Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ import pandas as pd
|
|
19 |
import pydeck as pdk
|
20 |
from urllib.error import URLError
|
21 |
|
22 |
-
st.set_page_config(page_title="Main Chatbot", page_icon="🌍")
|
23 |
st.markdown("# Main Chatbot")
|
24 |
st.sidebar.header("Main ChatBot")
|
25 |
st.write(
|
@@ -28,9 +28,6 @@ st.write(
|
|
28 |
|
29 |
#st.set_page_config(layout="wide")
|
30 |
|
31 |
-
# Set the page config to make the sidebar start in the collapsed state
|
32 |
-
st.set_page_config(initial_sidebar_state="collapsed")
|
33 |
-
|
34 |
# Step 1: Clone the Dataset Repository
|
35 |
repo = Repository(
|
36 |
local_dir="Private_Book", # Local directory to clone the repository
|
|
|
19 |
import pydeck as pdk
|
20 |
from urllib.error import URLError
|
21 |
|
22 |
+
st.set_page_config(page_title="Main Chatbot", page_icon="🌍", initial_sidebar_state="collapsed")
|
23 |
st.markdown("# Main Chatbot")
|
24 |
st.sidebar.header("Main ChatBot")
|
25 |
st.write(
|
|
|
28 |
|
29 |
#st.set_page_config(layout="wide")
|
30 |
|
|
|
|
|
|
|
31 |
# Step 1: Clone the Dataset Repository
|
32 |
repo = Repository(
|
33 |
local_dir="Private_Book", # Local directory to clone the repository
|