Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ def plot_sentiments(sentiments):
|
|
137 |
|
138 |
# Gradio interface
|
139 |
with gr.Blocks(theme=theme) as demo:
|
140 |
-
gr.Markdown("<h1 style='text-align: center;'>Feedback and Auditing
|
141 |
with gr.Tabs():
|
142 |
with gr.TabItem("Upload and Filter"):
|
143 |
with gr.Row():
|
|
|
137 |
|
138 |
# Gradio interface
|
139 |
with gr.Blocks(theme=theme) as demo:
|
140 |
+
gr.Markdown("<h1 style='text-align: center;'>Feedback and Auditing Survey AI Analyzer</h1><br>")
|
141 |
with gr.Tabs():
|
142 |
with gr.TabItem("Upload and Filter"):
|
143 |
with gr.Row():
|