rameshmoorthy
commited on
Commit
•
ab313d4
1
Parent(s):
123707b
Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks() as cluster:
|
|
220 |
|
221 |
#Autoviz insights graphs
|
222 |
with gr.Column():
|
223 |
-
|
224 |
with gr.Row():
|
225 |
file = gr.File(file_types=['.csv', '.xlsx'], label="Upload a CSV or Excel file")
|
226 |
btn = gr.Button("Download Report")
|
|
|
220 |
|
221 |
#Autoviz insights graphs
|
222 |
with gr.Column():
|
223 |
+
gr.HTML(value="""<h1 style="color: #1999FF; text-shadow: 1px 1px 2px #ddd;">EXCEL ANALYSIS AND INSIGHTS</h1>""")
|
224 |
with gr.Row():
|
225 |
file = gr.File(file_types=['.csv', '.xlsx'], label="Upload a CSV or Excel file")
|
226 |
btn = gr.Button("Download Report")
|