Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ def get_model_response(prompt):
|
|
| 25 |
return f"An error occurred: {str(e)}"
|
| 26 |
|
| 27 |
# Streamlit App
|
| 28 |
-
st.set_page_config(page_title="AI Chat Interface", page_icon=
|
| 29 |
|
| 30 |
# Add a header with logo (optional)
|
| 31 |
st.markdown("""
|
|
|
|
| 25 |
return f"An error occurred: {str(e)}"
|
| 26 |
|
| 27 |
# Streamlit App
|
| 28 |
+
st.set_page_config(page_title="AI Chat Interface", page_icon=logo.png, layout="wide")
|
| 29 |
|
| 30 |
# Add a header with logo (optional)
|
| 31 |
st.markdown("""
|