Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,12 +58,7 @@ def extract_text_from_pdf(pdf_file):
|
|
58 |
|
59 |
|
60 |
# Update the Chatbot component
|
61 |
-
|
62 |
-
[],
|
63 |
-
elem_id="chatbot",
|
64 |
-
avatar_images=(None, (os.path.join(os.path.dirname(__file__), "avatar.png"))),
|
65 |
-
bubble_full_width=False,
|
66 |
-
)
|
67 |
|
68 |
"""
|
69 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
|
|
58 |
|
59 |
|
60 |
# Update the Chatbot component
|
61 |
+
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
"""
|
64 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|