Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,9 @@ import pandas as pd
|
|
19 |
import pydeck as pdk
|
20 |
from urllib.error import URLError
|
21 |
|
|
|
|
|
|
|
22 |
# Step 1: Clone the Dataset Repository
|
23 |
repo = Repository(
|
24 |
local_dir="Private_Book", # Local directory to clone the repository
|
@@ -39,7 +42,7 @@ api_key = os.getenv("OPENAI_API_KEY")
|
|
39 |
|
40 |
|
41 |
|
42 |
-
|
43 |
|
44 |
def page1():
|
45 |
try:
|
|
|
19 |
import pydeck as pdk
|
20 |
from urllib.error import URLError
|
21 |
|
22 |
+
#st.set_page_config(layout="initial_sidebar_state="collapsed"")
|
23 |
+
|
24 |
+
|
25 |
# Step 1: Clone the Dataset Repository
|
26 |
repo = Repository(
|
27 |
local_dir="Private_Book", # Local directory to clone the repository
|
|
|
42 |
|
43 |
|
44 |
|
45 |
+
|
46 |
|
47 |
def page1():
|
48 |
try:
|