Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ pwd_aoai_url = PasswordInput(
|
|
| 79 |
placeholder="Enter your Azure OpenAI Base Url here...",
|
| 80 |
sizing_mode="stretch_width",
|
| 81 |
)
|
| 82 |
-
RAG = pn.widgets.FileInput(filename="RAG", sizing_mode="stretch_width")
|
| 83 |
file_cfg = pn.widgets.FileInput(name='Configuration File', accept='.json', sizing_mode="stretch_width")
|
| 84 |
|
| 85 |
|
|
|
|
| 79 |
placeholder="Enter your Azure OpenAI Base Url here...",
|
| 80 |
sizing_mode="stretch_width",
|
| 81 |
)
|
| 82 |
+
RAG = pn.widgets.FileInput(filename="RAG", sizing_mode="stretch_width", multiple=True)
|
| 83 |
file_cfg = pn.widgets.FileInput(name='Configuration File', accept='.json', sizing_mode="stretch_width")
|
| 84 |
|
| 85 |
|