Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,8 @@ if time_series:
|
|
22 |
if chatbot:
|
23 |
st.header("Chat with me.")
|
24 |
|
25 |
-
pipe = pipeline("
|
|
|
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:
|