JasperV13 commited on
Commit
66fb1d2
·
1 Parent(s): 5c4105b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def generate_llm_response(prompt_input):
170
 
171
 
172
  # User-provided prompt
173
- if prompt := st.chat_input("What is up?"):
174
  if selected_language == "Darija":
175
  tprompt = translate(str(prompt),"Moroccan Arabic","English")
176
  else:
 
170
 
171
 
172
  # User-provided prompt
173
+ if prompt := st.chat_input("Cities to start my buisiness in finance?"):
174
  if selected_language == "Darija":
175
  tprompt = translate(str(prompt),"Moroccan Arabic","English")
176
  else: