Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ iface = gr.Interface(
|
|
202 |
title="Financial Statement Analyzer",
|
203 |
description="Upload financial statements for AI analysis",
|
204 |
theme="default",
|
205 |
-
allow_flagging=never
|
206 |
)
|
207 |
|
208 |
# Launch with basic configuration
|
|
|
202 |
title="Financial Statement Analyzer",
|
203 |
description="Upload financial statements for AI analysis",
|
204 |
theme="default",
|
205 |
+
allow_flagging="never"
|
206 |
)
|
207 |
|
208 |
# Launch with basic configuration
|