Parthiban97 commited on
Commit
b0a1ba1
·
verified ·
1 Parent(s): bf9783b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -92,8 +92,7 @@ with st.sidebar:
92
 
93
 
94
  # Custom prompt text areas
95
- st.markdown("Enter a custom prompt template (optional):")
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: