coeuslearning commited on
Commit
bfdfb1e
1 Parent(s): 246721b

Update app.py

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