Spaces:
Runtime error
Runtime error
Fix the Markdown issue
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def respond(
|
|
43 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
44 |
"""
|
45 |
with gr.Blocks() as demo:
|
46 |
-
gr.Markdown("Used two ChatBots for testing and comparison of correct answers
|
47 |
with gr.Row() as row:
|
48 |
with gr.Column():
|
49 |
chat_1 = gr.ChatInterface(
|
|
|
43 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
44 |
"""
|
45 |
with gr.Blocks() as demo:
|
46 |
+
gr.Markdown("Used two ChatBots for testing and comparison of correct answers :+1: ")
|
47 |
with gr.Row() as row:
|
48 |
with gr.Column():
|
49 |
chat_1 = gr.ChatInterface(
|