Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
197 |
-
|
|
|
|
|
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():
|