Update app.py
Browse files
app.py
CHANGED
|
@@ -150,6 +150,7 @@ def plot_sentiments(sentiments):
|
|
| 150 |
|
| 151 |
# Gradio interface
|
| 152 |
with gr.Blocks(theme=theme) as demo:
|
|
|
|
| 153 |
with gr.Tabs():
|
| 154 |
with gr.TabItem("Upload and Filter"):
|
| 155 |
with gr.Row():
|
|
|
|
| 150 |
|
| 151 |
# Gradio interface
|
| 152 |
with gr.Blocks(theme=theme) as demo:
|
| 153 |
+
gr.Markdown("<h1 style='text-align: center;'>Feedback and Auditing Aurvey AI Analyzer</h1><br>")
|
| 154 |
with gr.Tabs():
|
| 155 |
with gr.TabItem("Upload and Filter"):
|
| 156 |
with gr.Row():
|