jost commited on
Commit
cfa7e2c
·
verified ·
1 Parent(s): 60ec2a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -193,8 +193,10 @@ def main():
193
  output2 = gr.Textbox(label="Model 2 Response")
194
 
195
  # Place this at the end of the App tab setup
196
- with gr.Collapsible(label="Additional Information", open=False):
197
- prompt_display = gr.Textbox(label="Used Prompt", interactive=False, placeholder="Prompt used in the last submission will appear here.")
 
 
198
 
199
  with gr.Tab("Settings"):
200
  with gr.Row():
 
193
  output2 = gr.Textbox(label="Model 2 Response")
194
 
195
  # Place this at the end of the App tab setup
196
+
197
+ with gr.Row():
198
+ with gr.Accordion("Prompt Details", open=False):
199
+ prompt_display = gr.Textbox(interactive=False, placeholder="Prompt used in the last submission will appear here.")
200
 
201
  with gr.Tab("Settings"):
202
  with gr.Row():