npc0 commited on
Commit
95d33f8
·
verified ·
1 Parent(s): bb48490

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ if prompt := st.chat_input("What is up?"):
53
  "--root", "./ragtest",
54
  "--method", "global",
55
  "--config", "settings.yaml",
56
- prompt
57
  ]
58
  try:
59
  result = subprocess.run(command, capture_output=True, text=True, check=True)
 
53
  "--root", "./ragtest",
54
  "--method", "global",
55
  "--config", "settings.yaml",
56
+ f'"{prompt}"'
57
  ]
58
  try:
59
  result = subprocess.run(command, capture_output=True, text=True, check=True)