Nguyen5 commited on
Commit
192f4b1
·
1 Parent(s): 1fbd132
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks() as demo:
118
  # Bên trái: Chat
119
  with gr.Column(scale=3):
120
  # Chatbot RENDER Markdown (type="messages")
121
- chatbot = gr.Chatbot(type="messages", label="Chat (RAG)", height=500)
122
  text_input = gr.Textbox(label="Frage eingeben")
123
  audio_input = gr.Audio(type="filepath", label="Spracheingabe (Mikrofon)")
124
  send_btn = gr.Button("Senden")
 
118
  # Bên trái: Chat
119
  with gr.Column(scale=3):
120
  # Chatbot RENDER Markdown (type="messages")
121
+ chatbot = gr.Chatbot()
122
  text_input = gr.Textbox(label="Frage eingeben")
123
  audio_input = gr.Audio(type="filepath", label="Spracheingabe (Mikrofon)")
124
  send_btn = gr.Button("Senden")