Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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,
|