Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ USER_AVATAR = "👤"
|
|
30 |
BOT_AVATAR = "🤖"
|
31 |
# import asyncio
|
32 |
|
33 |
-
st.set_page_config(layout="wide")
|
34 |
|
35 |
if "current_page" not in st.session_state:
|
36 |
st.session_state["current_page"] = "upload"
|
|
|
30 |
BOT_AVATAR = "🤖"
|
31 |
# import asyncio
|
32 |
|
33 |
+
#st.set_page_config(layout="wide")
|
34 |
|
35 |
if "current_page" not in st.session_state:
|
36 |
st.session_state["current_page"] = "upload"
|