mrbeliever commited on
Commit
0a2ebfe
·
verified ·
1 Parent(s): f6c0d67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -203,6 +203,7 @@ if prompt := st.chat_input(f"Hi I'm {selected_model}, ask me a question"):
203
  st.image(random_dog_pick)
204
  st.write("This was the error message:")
205
  st.write(e)
 
206
 
207
 
208
 
 
203
  st.image(random_dog_pick)
204
  st.write("This was the error message:")
205
  st.write(e)
206
+ st.set_page_config(page_title="Your App", page_icon="🤖", layout="wide", theme="dark")
207
 
208
 
209