Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,8 +66,8 @@ with gr.Blocks(title="RxT-Beta-Micro-AI 270M (Supervised) Demo") as demo:
|
|
| 66 |
""")
|
| 67 |
|
| 68 |
with gr.Row():
|
| 69 |
-
chatbot = gr.Chatbot(height=600, type='tuples')
|
| 70 |
-
llm_chatbot = gr.Chatbot(height=600, type='tuples')
|
| 71 |
|
| 72 |
with gr.Row():
|
| 73 |
msg = gr.Textbox(placeholder="Ask Models...", label="Query", scale=4)
|
|
|
|
| 66 |
""")
|
| 67 |
|
| 68 |
with gr.Row():
|
| 69 |
+
chatbot = gr.Chatbot(height=600, label='RxT', type='tuples')
|
| 70 |
+
llm_chatbot = gr.Chatbot(height=600, label='LLM', type='tuples')
|
| 71 |
|
| 72 |
with gr.Row():
|
| 73 |
msg = gr.Textbox(placeholder="Ask Models...", label="Query", scale=4)
|