MaheshP98 commited on
Commit
092f96f
·
verified ·
1 Parent(s): b05706c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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