Spaces:
Sleeping
Sleeping
minor bug fixes rltd library
Browse files
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
app.py
CHANGED
|
@@ -39,9 +39,8 @@ demo = gr.ChatInterface(
|
|
| 39 |
chatbot=gr.Chatbot(type="messages", show_copy_button=True),
|
| 40 |
textbox=gr.Textbox(placeholder="Enter your answer here...", label="Your Response"),
|
| 41 |
theme="soft",
|
| 42 |
-
|
| 43 |
-
submit_button="Submit Answer"
|
| 44 |
)
|
| 45 |
|
| 46 |
if __name__ == "__main__":
|
| 47 |
-
demo.launch()
|
|
|
|
| 39 |
chatbot=gr.Chatbot(type="messages", show_copy_button=True),
|
| 40 |
textbox=gr.Textbox(placeholder="Enter your answer here...", label="Your Response"),
|
| 41 |
theme="soft",
|
| 42 |
+
submit_btn="Submit Answer"
|
|
|
|
| 43 |
)
|
| 44 |
|
| 45 |
if __name__ == "__main__":
|
| 46 |
+
demo.launch()
|