coeuslearning
commited on
Commit
•
bfdfb1e
1
Parent(s):
246721b
Update app.py
Browse files
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
|
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 |
)
|