Update app.py
Browse files
app.py
CHANGED
@@ -9,5 +9,5 @@ with st.sidebar:
|
|
9 |
st.file_uploader("upload your html file and click process")
|
10 |
st.button("process")
|
11 |
|
12 |
-
# if __name__=="__main__"
|
13 |
# main()
|
|
|
9 |
st.file_uploader("upload your html file and click process")
|
10 |
st.button("process")
|
11 |
|
12 |
+
# if __name__=="__main__":?
|
13 |
# main()
|