Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
| 100 |
system_msg = gr.Textbox(
|
| 101 |
start_message, label="System Message", interactive=True, visible=True, placeholder="System prompt. Provide instructions which you want the model to remember.", lines=5)
|
| 102 |
with gr.Row():
|
| 103 |
-
chatbot = gr.Chatbot(elem_id="chatbot")
|
| 104 |
with gr.Row():
|
| 105 |
message = gr.Textbox(
|
| 106 |
label="What do you want to chat about?",
|
|
|
|
| 100 |
system_msg = gr.Textbox(
|
| 101 |
start_message, label="System Message", interactive=True, visible=True, placeholder="System prompt. Provide instructions which you want the model to remember.", lines=5)
|
| 102 |
with gr.Row():
|
| 103 |
+
chatbot = gr.Chatbot(elem_id="chatbot")
|
| 104 |
with gr.Row():
|
| 105 |
message = gr.Textbox(
|
| 106 |
label="What do you want to chat about?",
|