coeuslearning
commited on
Commit
•
a9ad01b
1
Parent(s):
9a8fbcd
Update app.py
Browse files
app.py
CHANGED
@@ -77,8 +77,8 @@ chat_interface = gr.ChatInterface(
|
|
77 |
additional_inputs=[
|
78 |
gr.Textbox(label="System Prompts Yes", lines=6),
|
79 |
],
|
80 |
-
submit_btn = "Submit"
|
81 |
-
|
82 |
)
|
83 |
with gr.Blocks(css="style.css") as demo:
|
84 |
gr.Markdown(DESCRIPTION)
|
|
|
77 |
additional_inputs=[
|
78 |
gr.Textbox(label="System Prompts Yes", lines=6),
|
79 |
],
|
80 |
+
submit_btn = "Submit",
|
81 |
+
retry_btn=None, stop_btn="Stop", undo_btn=None, clear_btn=None
|
82 |
)
|
83 |
with gr.Blocks(css="style.css") as demo:
|
84 |
gr.Markdown(DESCRIPTION)
|