Leonydis137 commited on
Commit
0c131e2
·
verified ·
1 Parent(s): cc05a7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ import learning
4
  import correction
5
  import requests, ast, traceback, logging, os, contextlib, io, json, time, re, sys
6
 
 
 
7
  st.title("🎈 My new app")
8
  st.write("Let's start building! For help and inspiration, head over to [docs.streamlit.io](https://docs.streamlit.io/).")
9
 
 
4
  import correction
5
  import requests, ast, traceback, logging, os, contextlib, io, json, time, re, sys
6
 
7
+ streamlit run app.py
8
+
9
  st.title("🎈 My new app")
10
  st.write("Let's start building! For help and inspiration, head over to [docs.streamlit.io](https://docs.streamlit.io/).")
11