Huzaifa367 commited on
Commit
f3fc9b1
·
verified ·
1 Parent(s): a005cbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def main():
82
  st.set_page_config("Chat PDF")
83
  st.header("Chat with PDF")
84
 
85
- api_key = st.secret["inference_api_key"]
86
 
87
  user_question = st.text_input("Ask a Question from the PDF Files")
88
 
 
82
  st.set_page_config("Chat PDF")
83
  st.header("Chat with PDF")
84
 
85
+ api_key = st.secrets["inference_api_key"]
86
 
87
  user_question = st.text_input("Ask a Question from the PDF Files")
88