Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -538,6 +538,14 @@ def build_interface():
|
|
538 |
placeholder="Enter your system prompt here...",
|
539 |
lines=6,
|
540 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
|
542 |
submit_button = gr.Button("Submit")
|
543 |
output_text = gr.Textbox(label="Results", lines=15)
|
|
|
538 |
placeholder="Enter your system prompt here...",
|
539 |
lines=6,
|
540 |
)
|
541 |
+
gr.Markdown("""
|
542 |
+
<div style="background-color:#fff7e6; padding:16px; border-radius:8px; border:1px solid #ffe5b4; margin-bottom:1em;">
|
543 |
+
<b>⏳ Please note:</b><br>
|
544 |
+
Submitting may take up to <b>120 seconds</b>.<br>
|
545 |
+
<strong>After clicking <span style='color:#006ce1;'>Submit</span>, please wait and <span style='color:crimson;'>do not press it again</span>.</strong>
|
546 |
+
</div>
|
547 |
+
""")
|
548 |
+
|
549 |
|
550 |
submit_button = gr.Button("Submit")
|
551 |
output_text = gr.Textbox(label="Results", lines=15)
|