Update app.py
Browse files
app.py
CHANGED
|
@@ -35,6 +35,7 @@ interface = gr.Interface(
|
|
| 35 |
title=title,
|
| 36 |
description=description,
|
| 37 |
article=article,
|
|
|
|
| 38 |
allow_flagging="never",
|
| 39 |
)
|
| 40 |
-
interface.launch(debug=False
|
|
|
|
| 35 |
title=title,
|
| 36 |
description=description,
|
| 37 |
article=article,
|
| 38 |
+
theme="Soft",
|
| 39 |
allow_flagging="never",
|
| 40 |
)
|
| 41 |
+
interface.launch(debug=False)
|