Update app.py
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ def create_gradio_interface():
|
|
| 114 |
}
|
| 115 |
"""
|
| 116 |
|
| 117 |
-
with gr.Blocks(css=css, title="Bengali Sentiment Analysis") as demo:
|
| 118 |
gr.HTML("""
|
| 119 |
<div class="main-header">
|
| 120 |
<h1>🇧🇩 Bengali Sentiment Analysis</h1>
|
|
|
|
| 114 |
}
|
| 115 |
"""
|
| 116 |
|
| 117 |
+
with gr.Blocks(css=css, title="Bengali Sentiment Analysis", theme=gr.themes.Ocean()) as demo:
|
| 118 |
gr.HTML("""
|
| 119 |
<div class="main-header">
|
| 120 |
<h1>🇧🇩 Bengali Sentiment Analysis</h1>
|