Commit Β·
13ff6c0
1
Parent(s): 5c9676b
Guardar mis cambios locales
Browse files
app.py
CHANGED
|
@@ -135,10 +135,8 @@ iface = gr.Interface(
|
|
| 135 |
gr.DataFrame(label="π Sales Growth")
|
| 136 |
],
|
| 137 |
live=True,
|
| 138 |
-
theme="compact",
|
| 139 |
title="Sales Forecasting System β¨",
|
| 140 |
description="Upload your sales data to start forecasting π",
|
| 141 |
-
layout="horizontal", # Add a horizontal layout for better alignment
|
| 142 |
css=open("styles.css", "r").read() # Load the external CSS file here
|
| 143 |
)
|
| 144 |
|
|
|
|
| 135 |
gr.DataFrame(label="π Sales Growth")
|
| 136 |
],
|
| 137 |
live=True,
|
|
|
|
| 138 |
title="Sales Forecasting System β¨",
|
| 139 |
description="Upload your sales data to start forecasting π",
|
|
|
|
| 140 |
css=open("styles.css", "r").read() # Load the external CSS file here
|
| 141 |
)
|
| 142 |
|