AIEcosystem commited on
Commit
25e5e40
·
verified ·
1 Parent(s): 8c5e7d3

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -1
src/streamlit_app.py CHANGED
@@ -236,7 +236,9 @@ if st.session_state.show_results:
236
 
237
  with stylable_container(
238
  key="download_button",
239
- css_styles="""button { background-color: #8C8C8C; border: 1px solid black; padding: 5px; color: white; }""",
 
 
240
  ):
241
  st.download_button(
242
  label="Download results and glossary (zip)",
 
236
 
237
  with stylable_container(
238
  key="download_button",
239
+
240
+
241
+ css_styles="""button { background-color: #8A2BE2; border: 1px solid black; padding: 5px; color: white; }""",
242
  ):
243
  st.download_button(
244
  label="Download results and glossary (zip)",