Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def main():
|
|
| 23 |
|
| 24 |
uploaded_file = st.sidebar.file_uploader("Choose a PDF file", type="pdf")
|
| 25 |
|
| 26 |
-
api_input = st.text_input(
|
| 27 |
"Enter The API KEY 👇",
|
| 28 |
label_visibility=st.session_state.visibility,
|
| 29 |
disabled=st.session_state.disabled,
|
|
|
|
| 23 |
|
| 24 |
uploaded_file = st.sidebar.file_uploader("Choose a PDF file", type="pdf")
|
| 25 |
|
| 26 |
+
api_input = st.sidebar.text_input(
|
| 27 |
"Enter The API KEY 👇",
|
| 28 |
label_visibility=st.session_state.visibility,
|
| 29 |
disabled=st.session_state.disabled,
|