Skip to content

Commit

Permalink
Update README.md with Github Actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao authored Sep 14, 2024
1 parent 480c693 commit 3f8f7d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# AMPL Streamlit Apps

[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/fdabrandao/amplopt.streamlit.app/)
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/fdabrandao/amplopt.streamlit.app/) [![Deploy Streamlit App to Cloud Run](https://github.com/fdabrandao/amplopt.streamlit.app/actions/workflows/deploy-streamlit-app.yml/badge.svg)](https://github.com/fdabrandao/amplopt.streamlit.app/actions/workflows/deploy-streamlit-app.yml)

[AMPL](https://ampl.com) is the most powerful and intuitive tool for developing and deploying
complex optimization solutions in business & scientific applications.
AMPL connects to most open-source and commercial solvers and allows you to switch easily between them.

AMPL has APIs for several popular programming languages
(e.g., [Python](https://amplpy.readthedocs.io/), [R](https://rampl.readthedocs.io/), etc.)
(e.g., [Python](https://amplpy.ampl.com/), [R](https://rampl.ampl.com/), etc.)
and it allows you to only model once in AMPL and interact with it using an API for a language
you are familiar with.

Expand Down Expand Up @@ -36,7 +36,7 @@ from amplpy import AMPL
ampl = AMPL()
```

- Python API (`amplpy`) documentation: https://amplpy.readthedocs.io/
- Python API (`amplpy`) documentation: https://amplpy.ampl.com/
- Python modules documentation: https://dev.ampl.com/ampl/python/
- AMPL on Streamlit documentation: https://dev.ampl.com/ampl/python/streamlit.html

Expand All @@ -49,4 +49,4 @@ $ python -m install -r requirements.txt --upgrade
$ streamlit run streamlit_app.py
```

When you are ready deploy to https://streamlit.io/! This app is running there: https://share.streamlit.io/fdabrandao/amplopt.streamlit.app/
When you are ready deploy to https://streamlit.io/! This app is running there: https://share.streamlit.io/fdabrandao/amplopt.streamlit.app/

0 comments on commit 3f8f7d6

Please sign in to comment.