Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|