Spaces:
Runtime error
Runtime error
Commit
·
b454c71
1
Parent(s):
b03c313
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
import urllib.request
|
| 2 |
import fitz
|
| 3 |
import re
|
| 4 |
import numpy as np
|
|
@@ -274,7 +274,7 @@ with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as dem
|
|
| 274 |
chatbot = gr.Chatbot(placeholder="Chat History", label="Chat History", lines=50, elem_id="chatbot")
|
| 275 |
|
| 276 |
|
| 277 |
-
|
| 278 |
# Bind the click event of the button to the question_answer function
|
| 279 |
btn.click(
|
| 280 |
question_answer,
|
|
|
|
| 1 |
+
import urllib.request
|
| 2 |
import fitz
|
| 3 |
import re
|
| 4 |
import numpy as np
|
|
|
|
| 274 |
chatbot = gr.Chatbot(placeholder="Chat History", label="Chat History", lines=50, elem_id="chatbot")
|
| 275 |
|
| 276 |
|
| 277 |
+
#
|
| 278 |
# Bind the click event of the button to the question_answer function
|
| 279 |
btn.click(
|
| 280 |
question_answer,
|