heysho commited on
Commit
aac8442
1 Parent(s): 0d7428d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -103,6 +103,10 @@ def create_agent():
103
 
104
  def main():
105
  init_page()
 
 
 
 
106
  init_messages()
107
  web_browsing_agent = create_agent()
108
 
 
103
 
104
  def main():
105
  init_page()
106
+ # Style adjustments (optional, remove if not needed)
107
+ st.markdown("""<style>.st-emotion-cache-15ecox0 { display: none !important; }
108
+ @media (max-width: 50.5rem) {.st-emotion-cache-13ln4jf {max-width: calc(0rem + 100vw);}}
109
+ </style>""",unsafe_allow_html=True,)
110
  init_messages()
111
  web_browsing_agent = create_agent()
112