Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -235,11 +235,6 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
235 |
"biased, or otherwise offensive outputs.",
|
236 |
elem_classes=["disclaimer"],
|
237 |
)
|
238 |
-
with gr.Row():
|
239 |
-
gr.Markdown(
|
240 |
-
"[Privacy policy](https://gist.github.com/samhavens/c29c68cdcd420a9aa0202d0839876dac)",
|
241 |
-
elem_classes=["disclaimer"],
|
242 |
-
)
|
243 |
|
244 |
|
245 |
history = gr.State([])
|
|
|
235 |
"biased, or otherwise offensive outputs.",
|
236 |
elem_classes=["disclaimer"],
|
237 |
)
|
|
|
|
|
|
|
|
|
|
|
238 |
|
239 |
|
240 |
history = gr.State([])
|