diff --git a/ search_app_ui/streamlit_app.py b/ search_app_ui/streamlit_app.py index 35f27fc..a293f12 100644 --- a/ search_app_ui/streamlit_app.py +++ b/ search_app_ui/streamlit_app.py @@ -6,6 +6,50 @@ import plotly.express as px from dotenv import load_dotenv import os +# Set page config to wide mode +st.set_page_config(layout="wide") + +# Force dark theme +st.markdown(""" + +""", unsafe_allow_html=True) + # Add this CSS to create a scrollable results area st.markdown("""