Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -261,7 +261,8 @@ interface = gr.Interface(
|
|
| 261 |
gr.File(label="Download Excel Report")
|
| 262 |
],
|
| 263 |
title="Budget Overrun Risk Estimator",
|
| 264 |
-
description="Enter project details to estimate budget overrun risk. All numeric fields are required."
|
|
|
|
| 265 |
)
|
| 266 |
|
| 267 |
# Launch the app
|
|
|
|
| 261 |
gr.File(label="Download Excel Report")
|
| 262 |
],
|
| 263 |
title="Budget Overrun Risk Estimator",
|
| 264 |
+
description="Enter project details to estimate budget overrun risk. All numeric fields are required.",
|
| 265 |
+
allow_flagging="never" # Disable flagging and sharing options
|
| 266 |
)
|
| 267 |
|
| 268 |
# Launch the app
|