Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- .gitignore +2 -1
- front_end.py +1 -1
.gitignore
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
.venv
|
| 2 |
-
.env
|
|
|
|
|
|
| 1 |
.venv
|
| 2 |
+
.env
|
| 3 |
+
*pycache*
|
front_end.py
CHANGED
|
@@ -21,4 +21,4 @@ with gr.Blocks(theme=Base(), title="Market Research and VOC bot") as demo:
|
|
| 21 |
|
| 22 |
button.click(mongo_rag_tool, textbox, outputs=[output1, output2])
|
| 23 |
|
| 24 |
-
demo.launch(
|
|
|
|
| 21 |
|
| 22 |
button.click(mongo_rag_tool, textbox, outputs=[output1, output2])
|
| 23 |
|
| 24 |
+
demo.launch()
|