teatwots commited on
Commit
ef814ac
·
verified ·
1 Parent(s): a7b7f1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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) # Print the CSS to include it in the 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
  )
138
 
139
+ # Launch the interface and include the custom CSS
140
  interface.launch()
141
+ print(css)