Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ body {
|
|
185 |
}
|
186 |
"""
|
187 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app",
|
188 |
-
icon="😎", css=css)
|
189 |
demo.launch()
|
190 |
|
191 |
|
|
|
185 |
}
|
186 |
"""
|
187 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app",
|
188 |
+
icon="😎", css=css+"?v=1")
|
189 |
demo.launch()
|
190 |
|
191 |
|