coeuslearning commited on
Commit
566b50e
·
1 Parent(s): 1f04ccd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -74,7 +74,9 @@ def generate(
74
 
75
  chat_interface = gr.ChatInterface(
76
  fn=generate,
77
- submit_btn = "Submit",
 
 
78
  retry_btn=None,
79
  stop_btn=None,
80
  undo_btn=None,
 
74
 
75
  chat_interface = gr.ChatInterface(
76
  fn=generate,
77
+ additional_inputs=[
78
+ gr.Textbox(label="System prompt", lines=6),
79
+ ],
80
  retry_btn=None,
81
  stop_btn=None,
82
  undo_btn=None,