witcher23 commited on
Commit
820690b
·
verified ·
1 Parent(s): 9ebb8d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -58,12 +58,7 @@ def extract_text_from_pdf(pdf_file):
58
 
59
 
60
  # Update the Chatbot component
61
- chatbot = gr.Chatbot(
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