Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ if st.session_state.stage == "prompt-input":
|
|
53 |
|
54 |
info_text = ""
|
55 |
for info in infos:
|
56 |
-
info_text += info + "\n
|
57 |
info_text = info_text.strip()
|
58 |
|
59 |
prompt = prompt_template.format(info_text,prompt)
|
|
|
53 |
|
54 |
info_text = ""
|
55 |
for info in infos:
|
56 |
+
info_text += info + "\n-----\n"
|
57 |
info_text = info_text.strip()
|
58 |
|
59 |
prompt = prompt_template.format(info_text,prompt)
|