Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,8 @@ from langchain.chains.question_answering import load_qa_chain
|
|
15 |
from langchain.callbacks import get_openai_callback
|
16 |
import os
|
17 |
|
|
|
|
|
18 |
# Step 1: Clone the Dataset Repository
|
19 |
repo = Repository(
|
20 |
local_dir="Private_Book", # Local directory to clone the repository
|
|
|
15 |
from langchain.callbacks import get_openai_callback
|
16 |
import os
|
17 |
|
18 |
+
st.set_page_config(layout="wide")
|
19 |
+
|
20 |
# Step 1: Clone the Dataset Repository
|
21 |
repo = Repository(
|
22 |
local_dir="Private_Book", # Local directory to clone the repository
|