Spaces:
Sleeping
Sleeping
Commit
·
3e5381a
1
Parent(s):
341e1cb
fixing syntax error
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ demo = gr.Interface(
|
|
| 24 |
],
|
| 25 |
outputs="text",
|
| 26 |
title="Tech Stack Advisor",
|
| 27 |
-
description="Get a recommended tech stack based on your project and team!"
|
| 28 |
flagging_dir="/tmp/flagged" # ✅ Set writable path
|
| 29 |
#allow_flagging="never" # ✅ Disable flagging
|
| 30 |
)
|
|
|
|
| 24 |
],
|
| 25 |
outputs="text",
|
| 26 |
title="Tech Stack Advisor",
|
| 27 |
+
description="Get a recommended tech stack based on your project and team!",
|
| 28 |
flagging_dir="/tmp/flagged" # ✅ Set writable path
|
| 29 |
#allow_flagging="never" # ✅ Disable flagging
|
| 30 |
)
|