Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
102d0f4
1
Parent(s):
383cd46
Update app.py
Browse files
app.py
CHANGED
@@ -151,19 +151,19 @@ with gr.Blocks(
|
|
151 |
submit = gr.Button("Submit")
|
152 |
stop = gr.Button("Stop")
|
153 |
clear = gr.Button("Clear")
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
with gr.Row():
|
168 |
gr.Markdown(
|
169 |
"Disclaimer: The gpt-3.5-turbo model can produce factually incorrect output, and should not be solely relied on to produce "
|
|
|
151 |
submit = gr.Button("Submit")
|
152 |
stop = gr.Button("Stop")
|
153 |
clear = gr.Button("Clear")
|
154 |
+
# with gr.Row():
|
155 |
+
# with gr.Accordion("Advanced Options:", open=False):
|
156 |
+
# with gr.Row():
|
157 |
+
# with gr.Column(scale=2):
|
158 |
+
# system = gr.Textbox(
|
159 |
+
# label="System Prompt",
|
160 |
+
# value=Chat.default_system_prompt,
|
161 |
+
# show_label=False,
|
162 |
+
# ).style(container=False)
|
163 |
+
# with gr.Column():
|
164 |
+
# with gr.Row():
|
165 |
+
# change = gr.Button("Change System Prompt")
|
166 |
+
# reset = gr.Button("Reset System Prompt")
|
167 |
with gr.Row():
|
168 |
gr.Markdown(
|
169 |
"Disclaimer: The gpt-3.5-turbo model can produce factually incorrect output, and should not be solely relied on to produce "
|