Spaces:
Running
Running
Update app.py
Browse files
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 |
|