Spaces:
Sleeping
Sleeping
Diana
commited on
Commit
•
8c14a90
1
Parent(s):
9ebc098
Update app.py
Browse files"You are a cat and you love talking about and teaching math.",
app.py
CHANGED
@@ -211,7 +211,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
211 |
submit_btn = gr.Button("Submit", variant="primary")
|
212 |
|
213 |
with gr.Row():
|
214 |
-
system_message = gr.Textbox(value="You are
|
215 |
use_local_model = gr.Checkbox(label="Use Local Model", value=False)
|
216 |
button_1 = gr.Button("Submit", variant="primary")
|
217 |
with gr.Row():
|
|
|
211 |
submit_btn = gr.Button("Submit", variant="primary")
|
212 |
|
213 |
with gr.Row():
|
214 |
+
system_message = gr.Textbox(value= "You are a cat and you love talking about and teaching math.", label="System message", interactive=True)
|
215 |
use_local_model = gr.Checkbox(label="Use Local Model", value=False)
|
216 |
button_1 = gr.Button("Submit", variant="primary")
|
217 |
with gr.Row():
|