Parthiban97 commited on
Commit
6f044cf
·
verified ·
1 Parent(s): dd7f3a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -113,8 +113,7 @@ with st.sidebar:
113
  uploaded_files = st.file_uploader("Choose .ipynb files", accept_multiple_files=True, type="ipynb")
114
 
115
  # Custom prompt text areas
116
- st.markdown("Enter a custom prompt template (optional):")
117
- custom_prompt_template = st.text_area("Custom Prompt Template", placeholder="Enter your custom prompt here...")
118
 
119
  if st.button("Start Document Embedding"):
120
  if uploaded_files:
 
113
  uploaded_files = st.file_uploader("Choose .ipynb files", accept_multiple_files=True, type="ipynb")
114
 
115
  # Custom prompt text areas
116
+ custom_prompt_template = st.text_area("Custom Prompt Template", placeholder="Enter your custom prompt here...(optional)")
 
117
 
118
  if st.button("Start Document Embedding"):
119
  if uploaded_files: