From 1b9e16690f5a7134dfd98b5dcb3f6e6083d4e06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Thu, 3 Oct 2024 22:36:29 -0400 Subject: [PATCH] Ajout d'une application de recherche --- search_app_ui/streamlit_app.py | 44 +++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) 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("""