Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ start_message = ""
|
|
| 57 |
|
| 58 |
with gr.Blocks() as demo:
|
| 59 |
with gr.Tab("Chatbot"):
|
| 60 |
-
gr.Markdown("#
|
| 61 |
chatbot = gr.Chatbot().style(height=500)
|
| 62 |
with gr.Row():
|
| 63 |
message = gr.Textbox(
|
|
|
|
| 57 |
|
| 58 |
with gr.Blocks() as demo:
|
| 59 |
with gr.Tab("Chatbot"):
|
| 60 |
+
gr.Markdown("# 🎇 OpenChat 3.5 Playground 💬 ")
|
| 61 |
chatbot = gr.Chatbot().style(height=500)
|
| 62 |
with gr.Row():
|
| 63 |
message = gr.Textbox(
|