tax-free commited on
Commit
90a4b9c
·
verified ·
1 Parent(s): c1466e0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -188,7 +188,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
188
  info="探している就業時期について")
189
 
190
  # これがuser_messageを保持
191
- msg = gr.Textbox(label="input message")
 
192
  clear = gr.Button("clear history")
193
 
194
  msg.submit(user,
 
188
  info="探している就業時期について")
189
 
190
  # これがuser_messageを保持
191
+ msg = gr.Textbox(label="input message",
192
+ info="課題について教えてください(例:国語の先生を探しています)")
193
  clear = gr.Button("clear history")
194
 
195
  msg.submit(user,