AdamF92 commited on
Commit
085b239
·
verified ·
1 Parent(s): 2e10fed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)