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