Anne31415 commited on
Commit
c393edc
·
1 Parent(s): 04e6f57

Update app.py

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