Update app.py
Browse files
app.py
CHANGED
@@ -187,4 +187,5 @@ hide_streamlit_style = """
|
|
187 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
188 |
|
189 |
if __name__ =='__main__':
|
190 |
-
main()
|
|
|
|
187 |
st.markdown(hide_streamlit_style, unsafe_allow_html=True)
|
188 |
|
189 |
if __name__ =='__main__':
|
190 |
+
main()
|
191 |
+
|