Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ information and instructions on how to access the full corpus check [this form](
|
|
| 85 |
|
| 86 |
if __name__ == "__main__":
|
| 87 |
demo = gr.Blocks(
|
| 88 |
-
css=".underline-on-hover:hover { text-decoration: underline; } .flagging { font-size:12px; background-color:#20233fff; }"
|
| 89 |
)
|
| 90 |
|
| 91 |
with demo:
|
|
|
|
| 85 |
|
| 86 |
if __name__ == "__main__":
|
| 87 |
demo = gr.Blocks(
|
| 88 |
+
css=".underline-on-hover:hover { text-decoration: underline; } .flagging { font-size:12px; background-color:#20233fff; } .gradio-container {background-color: #20233fff}"
|
| 89 |
)
|
| 90 |
|
| 91 |
with demo:
|