Gladiator commited on
Commit
727bc47
1 Parent(s): 9e39b44
Files changed (1) hide show
  1. app.py +1 -1
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: red;'>OR</h3>",
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(