Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -410,7 +410,7 @@ def create_gradio_interface(df):
|
|
| 410 |
with gr.Blocks() as demo:
|
| 411 |
# Title with custom styling
|
| 412 |
gr.Markdown(
|
| 413 |
-
"<h1 style='color: #
|
| 414 |
elem_id="title"
|
| 415 |
)
|
| 416 |
|
|
|
|
| 410 |
with gr.Blocks() as demo:
|
| 411 |
# Title with custom styling
|
| 412 |
gr.Markdown(
|
| 413 |
+
"<h1 style='color: #ffcc00; font-weight: bold; text-align: left;'>Steam Flow Optimization Dashboard</h1>",
|
| 414 |
elem_id="title"
|
| 415 |
)
|
| 416 |
|