Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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:
|