Update app.py
Browse files
app.py
CHANGED
@@ -134,8 +134,8 @@ interface = gr.Interface(
|
|
134 |
outputs=["image", "text"],
|
135 |
title="Language Learning App",
|
136 |
description="Input text to generate a word cloud and a frequency list with Korean meanings, parts of speech, and example sentences.",
|
137 |
-
theme="default"
|
138 |
)
|
139 |
|
|
|
140 |
interface.launch()
|
141 |
-
print(css)
|
|
|
134 |
outputs=["image", "text"],
|
135 |
title="Language Learning App",
|
136 |
description="Input text to generate a word cloud and a frequency list with Korean meanings, parts of speech, and example sentences.",
|
|
|
137 |
)
|
138 |
|
139 |
+
# Launch the interface and include the custom CSS
|
140 |
interface.launch()
|
141 |
+
print(css)
|