Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,4 +135,8 @@ if __name__ == "__main__":
|
|
| 135 |
[pdf_upload1, chatbot, txt, pdf_upload2, pdf_upload3],
|
| 136 |
[show_img, chatbot, txt, show_img],
|
| 137 |
title="PDF-Powered Chatbot"
|
| 138 |
-
).launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 135 |
[pdf_upload1, chatbot, txt, pdf_upload2, pdf_upload3],
|
| 136 |
[show_img, chatbot, txt, show_img],
|
| 137 |
title="PDF-Powered Chatbot"
|
| 138 |
+
).launch()
|
| 139 |
+
print(enable_box)
|
| 140 |
+
print(disable_box)
|
| 141 |
+
print(change_api_key)
|
| 142 |
+
print(chatbot)
|