itachi1234 commited on
Commit
4d8ed41
·
verified ·
1 Parent(s): 164a657

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ genai.configure(api_key=GOOGLE_API_KEY)
8
 
9
  model = genai.GenerativeModel('gemini-pro')
10
 
11
- if prompt := st.chat_input("Hi, how can I help you?"):
12
  enprom = f"""
13
  Act as a personal assistant, Understand user intent from the point of view for asking a few questions. ask to know more details about {prompt}
14
  :- {prompt}"""
 
8
 
9
  model = genai.GenerativeModel('gemini-pro')
10
 
11
+ if prompt := st.chat_input("Hi , what can I do for you "):
12
  enprom = f"""
13
  Act as a personal assistant, Understand user intent from the point of view for asking a few questions. ask to know more details about {prompt}
14
  :- {prompt}"""