Skip to content

Commit

Permalink
Push works
Browse files Browse the repository at this point in the history
  • Loading branch information
cheroliv committed Sep 27, 2024
1 parent 27e66af commit c004520
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions application/webapp/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
= Streamlit webapp

== Run streamlit app

[source,bash]
----
streamlit run webapp.py
----
or
[source,bash]
----
python -m streamlit run webapp.py
----
1 change: 1 addition & 0 deletions application/webapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
streamlit

0 comments on commit c004520

Please sign in to comment.