Spaces:
Sleeping
Sleeping
prithivMLmods
commited on
Commit
•
ff03872
1
Parent(s):
b5cfda7
Update app.py
Browse files
app.py
CHANGED
@@ -109,8 +109,8 @@ def gradio_interface():
|
|
109 |
|
110 |
# Row for system prompt and user prompt
|
111 |
with gr.Row():
|
112 |
-
system_prompt = gr.Textbox(placeholder="System prompt (optional)", lines=1)
|
113 |
-
prompt = gr.Textbox(placeholder="Enter your message", lines=
|
114 |
|
115 |
# Row for generate button and output
|
116 |
with gr.Row():
|
|
|
109 |
|
110 |
# Row for system prompt and user prompt
|
111 |
with gr.Row():
|
112 |
+
system_prompt = gr.Textbox(placeholder="System prompt (optional)", lines=1, visible=False)
|
113 |
+
prompt = gr.Textbox(placeholder="Enter your message", lines=4)
|
114 |
|
115 |
# Row for generate button and output
|
116 |
with gr.Row():
|