Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,8 +92,7 @@ with st.sidebar:
|
|
| 92 |
|
| 93 |
|
| 94 |
# Custom prompt text areas
|
| 95 |
-
st.
|
| 96 |
-
custom_prompt_template = st.text_area("Custom Prompt Template", placeholder="Enter your custom prompt here...")
|
| 97 |
|
| 98 |
if st.button("Start Document Embedding"):
|
| 99 |
if uploaded_files:
|
|
|
|
| 92 |
|
| 93 |
|
| 94 |
# Custom prompt text areas
|
| 95 |
+
custom_prompt_template = st.text_area("Custom Prompt Template", placeholder="Enter your custom prompt here to set the tone of the message...(Optional)")
|
|
|
|
| 96 |
|
| 97 |
if st.button("Start Document Embedding"):
|
| 98 |
if uploaded_files:
|