youngtsai commited on
Commit
6615b87
·
1 Parent(s): 247c9e9

send_button = gr.Button("送出", variant="primary", scale=1)

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1574,8 +1574,8 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
1574
  btn_create_question = gr.Button("生成其他問題", variant="primary")
1575
  openai_chatbot_audio_input = gr.Audio(sources=["microphone"], type="filepath")
1576
  with gr.Row():
1577
- msg = gr.Textbox(label="Message",scale=3)
1578
- send_button = gr.Button("Send", variant="primary", scale=1)
1579
  # with gr.Tab("GROQ"):
1580
  # groq_ai_name = gr.Textbox(label="AI 助理名稱", value="groq", visible=False)
1581
  # groq_chatbot = gr.Chatbot(avatar_images=[bot_avatar, user_avatar], label="groq mode chatbot", show_share_button=False, likeable=True)
 
1574
  btn_create_question = gr.Button("生成其他問題", variant="primary")
1575
  openai_chatbot_audio_input = gr.Audio(sources=["microphone"], type="filepath")
1576
  with gr.Row():
1577
+ msg = gr.Textbox(label="訊息",scale=3)
1578
+ send_button = gr.Button("送出", variant="primary", scale=1)
1579
  # with gr.Tab("GROQ"):
1580
  # groq_ai_name = gr.Textbox(label="AI 助理名稱", value="groq", visible=False)
1581
  # groq_chatbot = gr.Chatbot(avatar_images=[bot_avatar, user_avatar], label="groq mode chatbot", show_share_button=False, likeable=True)