Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ interface = gr.Interface(
|
|
36 |
title=title,
|
37 |
description=description,
|
38 |
article=article,
|
39 |
-
theme="small_and_pretty",
|
40 |
allow_flagging="never",
|
41 |
)
|
42 |
interface.launch(debug=False)
|
|
|
36 |
title=title,
|
37 |
description=description,
|
38 |
article=article,
|
39 |
+
theme="JohnSmith9982/small_and_pretty",
|
40 |
allow_flagging="never",
|
41 |
)
|
42 |
interface.launch(debug=False)
|