Spaces:
Runtime error
Runtime error
upd
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ if __name__ == "__main__":
|
|
32 |
|
33 |
inp_text = st.text_input("Enter text or a url here")
|
34 |
st.markdown(
|
35 |
-
"<h3 style='text-align: center; color:
|
36 |
unsafe_allow_html=True,
|
37 |
)
|
38 |
uploaded_file = st.file_uploader(
|
|
|
32 |
|
33 |
inp_text = st.text_input("Enter text or a url here")
|
34 |
st.markdown(
|
35 |
+
"<h3 style='text-align: center; color: green;'>OR</h3>",
|
36 |
unsafe_allow_html=True,
|
37 |
)
|
38 |
uploaded_file = st.file_uploader(
|