Koomemartin commited on
Commit
e64c8fb
·
verified ·
1 Parent(s): daab845

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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