Ankit93 commited on
Commit
b97710b
·
verified ·
1 Parent(s): 816aed9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def to_markdown(text):
19
 
20
  def get_gemini_response(question):
21
  #response = model.generate_content(question)
22
-
23
  response = chat.send_message(question,stream=True)
24
  #to_markdown(response.text)
25
  #print('Response:',response.text)
 
19
 
20
  def get_gemini_response(question):
21
  #response = model.generate_content(question)
22
+ question = question +str(' Answer shortly')
23
  response = chat.send_message(question,stream=True)
24
  #to_markdown(response.text)
25
  #print('Response:',response.text)