chandan06 commited on
Commit
490caa1
1 Parent(s): f436f70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"