ImpactInsights commited on
Commit
6f2a89a
·
verified ·
1 Parent(s): 1dcc0fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -22,7 +22,8 @@ if time_series:
22
  if chatbot:
23
  st.header("Chat with me.")
24
 
25
- pipe = pipeline("sentiment-analysis")
 
26
  text = st.text_area("Food security is a global challenge. Let's work together to find solutions. How can I help you today?")
27
 
28
  if text:
 
22
  if chatbot:
23
  st.header("Chat with me.")
24
 
25
+ pipe = pipeline("question-answering", model="google/gemma")
26
+
27
  text = st.text_area("Food security is a global challenge. Let's work together to find solutions. How can I help you today?")
28
 
29
  if text: