Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,6 @@ if "feedback_key" not in st.session_state:
|
|
13 |
st.session_state.feedback_key = 0
|
14 |
|
15 |
if __name__ == "__main__":
|
16 |
-
st.set_page_config(page_title="
|
17 |
nest_asyncio.apply()
|
18 |
-
asyncio.run(launch_bot())
|
|
|
13 |
st.session_state.feedback_key = 0
|
14 |
|
15 |
if __name__ == "__main__":
|
16 |
+
st.set_page_config(page_title="Menarini Assistant", layout="wide")
|
17 |
nest_asyncio.apply()
|
18 |
+
asyncio.run(launch_bot())
|