Spaces:
Sleeping
Sleeping
Commit
·
76bb384
1
Parent(s):
bae2195
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,8 @@ description = """ PDF GPT allows you to chat with your PDF file using Universal
|
|
130 |
|
131 |
st.markdown(description)
|
132 |
|
133 |
-
openAI_key = st.text_input('Enter your OpenAI API key here')
|
|
|
134 |
url = st.text_input('Enter PDF URL here')
|
135 |
file = st.file_uploader('Upload your PDF/ Research Paper / Book here', type=['pdf'])
|
136 |
question = st.text_input('Enter your question here')
|
|
|
130 |
|
131 |
st.markdown(description)
|
132 |
|
133 |
+
openAI_key = st.sidebar.text_input('Enter your OpenAI API key here')
|
134 |
+
|
135 |
url = st.text_input('Enter PDF URL here')
|
136 |
file = st.file_uploader('Upload your PDF/ Research Paper / Book here', type=['pdf'])
|
137 |
question = st.text_input('Enter your question here')
|