Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ class ChatbotInterface:
|
|
73 |
gr.Markdown(f"## {self.title}\n{self.description}")
|
74 |
|
75 |
# Chatbot history component
|
76 |
-
chatbot_output = gr.Chatbot(label=self.output_label
|
77 |
|
78 |
# User input
|
79 |
user_input = gr.Textbox(
|
|
|
73 |
gr.Markdown(f"## {self.title}\n{self.description}")
|
74 |
|
75 |
# Chatbot history component
|
76 |
+
chatbot_output = gr.Chatbot(label=self.output_label)
|
77 |
|
78 |
# User input
|
79 |
user_input = gr.Textbox(
|