kokofixcomputers commited on
Commit
d88cbed
Β·
1 Parent(s): ec6da5f

Fix markdown support

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def respond(message, chat_history, max_tokens, temperature, top_p):
43
  with gr.Blocks() as demo:
44
  gr.Markdown("# DeepSeek Coder Chatbot")
45
 
46
- chatbot = gr.Chatbot(markdown=True)
47
  with gr.Row():
48
  user_input = gr.Textbox(show_label=False, placeholder="Enter your prompt here and press Enter")
49
  with gr.Row():
 
43
  with gr.Blocks() as demo:
44
  gr.Markdown("# DeepSeek Coder Chatbot")
45
 
46
+ chatbot = gr.Chatbot()
47
  with gr.Row():
48
  user_input = gr.Textbox(show_label=False, placeholder="Enter your prompt here and press Enter")
49
  with gr.Row():