Spaces:
Running
on
A10G
Running
on
A10G
Dimitri
commited on
Commit
•
e83f717
1
Parent(s):
988fb7e
add survey link
Browse files
app.py
CHANGED
@@ -175,6 +175,21 @@ with gr.Blocks(css=css) as demo:
|
|
175 |
disliked_imgs = gr.State([])
|
176 |
curr_imgs = gr.State([])
|
177 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
with gr.Row():
|
179 |
with gr.Column(scale=100):
|
180 |
prompt = gr.Textbox(label="Prompt")
|
|
|
175 |
disliked_imgs = gr.State([])
|
176 |
curr_imgs = gr.State([])
|
177 |
|
178 |
+
with gr.Row():
|
179 |
+
gr.HTML("""
|
180 |
+
<div style="position: relative; overflow: hidden; background: linear-gradient(150deg, #fffbeb, #fef3c7, #fecdd3, #fda4af); border-radius: .75rem; padding: 1rem; font-weight: 600;">
|
181 |
+
<div style="border: 1px solid rgba(0, 0, 0, 0.1); border-radius: .75rem; position: absolute; top: 0; left: 0; bottom: 0; right: 0;"></div>
|
182 |
+
<h2 style="margin-top: 0; position: relative; color: #330400;">🚨 Calling on all FABRIC users!</h2>
|
183 |
+
<p style="position: relative; color: #330400;">
|
184 |
+
The creators of FABRIC need your help to learn about how you've been using FABRIC.
|
185 |
+
Help us by taking 5 minutes to fill out the survey:
|
186 |
+
</p>
|
187 |
+
<p style="margin-bottom: 0; position: relative;">
|
188 |
+
<a href="https://forms.gle/aMWLDW8xvyhkLbQf7" target="_blank">https://forms.gle/aMWLDW8xvyhkLbQf7</a>
|
189 |
+
</p>
|
190 |
+
</div>
|
191 |
+
""")
|
192 |
+
|
193 |
with gr.Row():
|
194 |
with gr.Column(scale=100):
|
195 |
prompt = gr.Textbox(label="Prompt")
|