Migu3low commited on
Commit
c396e83
·
verified ·
1 Parent(s): 9e15657

Fix the Markdown issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.":+1:)
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(