Spaces:
Runtime error
Runtime error
kokofixcomputers
commited on
Commit
Β·
d88cbed
1
Parent(s):
ec6da5f
Fix markdown support
Browse files
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(
|
| 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():
|