shashankkandimalla
commited on
Commit
·
55dd12e
1
Parent(s):
2bb9056
commiting changes
Browse files
app.py
CHANGED
@@ -156,6 +156,7 @@ iface = gr.Interface(
|
|
156 |
],
|
157 |
title="Semiconductor Industry ESG Analysis",
|
158 |
description="Ask questions about the semiconductor industry and get AI-powered answers with sources.",
|
|
|
159 |
)
|
160 |
|
161 |
if __name__ == "__main__":
|
|
|
156 |
],
|
157 |
title="Semiconductor Industry ESG Analysis",
|
158 |
description="Ask questions about the semiconductor industry and get AI-powered answers with sources.",
|
159 |
+
flagging_dir="/app/flagged" # Specify the flagging directory
|
160 |
)
|
161 |
|
162 |
if __name__ == "__main__":
|