Tonic commited on
Commit
6cfe9c6
Β·
1 Parent(s): 6c8f775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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