Spaces:
Running
Running
Johnny Lee
commited on
Commit
·
c138f40
1
Parent(s):
822bb6e
quick fix
Browse files
app.py
CHANGED
@@ -609,7 +609,7 @@ with gr.Blocks(
|
|
609 |
with gr.Tab("Chatbot"):
|
610 |
with gr.Row():
|
611 |
chatbot_mode = gr.Radio(
|
612 |
-
label="Mode (Please use Debate
|
613 |
choices=config.chatbot_modes,
|
614 |
value=ChatbotMode.DEFAULT,
|
615 |
)
|
|
|
609 |
with gr.Tab("Chatbot"):
|
610 |
with gr.Row():
|
611 |
chatbot_mode = gr.Radio(
|
612 |
+
label="Mode (Please use Debate Partner for AI Dialogue Assignments)",
|
613 |
choices=config.chatbot_modes,
|
614 |
value=ChatbotMode.DEFAULT,
|
615 |
)
|