Huzaifa367 commited on
Commit
c6125c8
·
verified ·
1 Parent(s): 5cb6b47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,8 +83,8 @@ def main():
83
  st.set_page_config("Chat PDF")
84
  st.header("Chat with PDF")
85
 
86
- api_key = st.secrets["inference_api_key"]
87
-
88
  user_question = st.text_input("Ask a Question from the PDF Files")
89
 
90
  if user_question:
 
83
  st.set_page_config("Chat PDF")
84
  st.header("Chat with PDF")
85
 
86
+ # api_key = st.secrets["inference_api_key"]
87
+ api_key = st.secrets["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"]
88
  user_question = st.text_input("Ask a Question from the PDF Files")
89
 
90
  if user_question: