Dagfinn1962 commited on
Commit
03881b3
1 Parent(s): 07b0800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -163,7 +163,8 @@ with gr.Blocks(
163
  with gr.Column():
164
  with gr.Row():
165
  change = gr.Button("Change System Prompt")
166
- reset = gr.Button("Reset System Prompt") with gr.Row():
 
167
  gr.Markdown(
168
  "Disclaimer: The gpt-3.5-turbo model can produce factually incorrect output, and should not be solely relied on to produce "
169
  "factually accurate information. The gpt-3.5-turbo model was trained on various public datasets; while great efforts "
 
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 "
170
  "factually accurate information. The gpt-3.5-turbo model was trained on various public datasets; while great efforts "