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