Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ st.title("AI Brochures 🎨📌")
|
|
| 115 |
st.write("Create a captivating brochure of your company or institution by only using information from your website!!")
|
| 116 |
|
| 117 |
# Input fields
|
| 118 |
-
system= st.text_input("Modify the model response using a custom system prompt if not satisfied with generated response"
|
| 119 |
url = st.text_input("Provide the Company's website URL:", " " )
|
| 120 |
user_query = st.text_area("Provide a title for the brochure or the name of the organization")
|
| 121 |
|
|
|
|
| 115 |
st.write("Create a captivating brochure of your company or institution by only using information from your website!!")
|
| 116 |
|
| 117 |
# Input fields
|
| 118 |
+
system= st.text_input("Modify the model response using a custom system prompt if not satisfied with generated response:" , " " )
|
| 119 |
url = st.text_input("Provide the Company's website URL:", " " )
|
| 120 |
user_query = st.text_area("Provide a title for the brochure or the name of the organization")
|
| 121 |
|