Spaces:
Runtime error
Runtime error
app.py
CHANGED
|
@@ -229,7 +229,5 @@ demo = gr.ChatInterface(
|
|
| 229 |
title="MSME Scheme Assistant",
|
| 230 |
description="All steps—profile, search, details—done via chat.",
|
| 231 |
theme="default",
|
| 232 |
-
allow_screenshot=False,
|
| 233 |
-
allow_flagging="never"
|
| 234 |
)
|
| 235 |
demo.launch()
|
|
|
|
| 229 |
title="MSME Scheme Assistant",
|
| 230 |
description="All steps—profile, search, details—done via chat.",
|
| 231 |
theme="default",
|
|
|
|
|
|
|
| 232 |
)
|
| 233 |
demo.launch()
|