Spaces:
Running
Running
Commit
·
e5e710a
1
Parent(s):
1c313d2
Update app.py
Browse files
app.py
CHANGED
@@ -136,6 +136,8 @@ with tab1:
|
|
136 |
|
137 |
with tab2:
|
138 |
|
|
|
|
|
139 |
prompt = st.text_area("Prompt: ", placeholder="Enter your prompt.", on_change=None, height=200)
|
140 |
|
141 |
clicked = st.button("Submit", key='prompt')
|
|
|
136 |
|
137 |
with tab2:
|
138 |
|
139 |
+
st.markdown('This part is only based on the prompt you provide here and not the issue template inputs.')
|
140 |
+
|
141 |
prompt = st.text_area("Prompt: ", placeholder="Enter your prompt.", on_change=None, height=200)
|
142 |
|
143 |
clicked = st.button("Submit", key='prompt')
|