Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|