coeuslearning commited on
Commit
9a8fbcd
1 Parent(s): bfdfb1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- stop_btn=None,
 
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)