Update pages/bot.py
Browse files- pages/bot.py +2 -1
pages/bot.py
CHANGED
|
@@ -121,7 +121,8 @@ def main():
|
|
| 121 |
| StrOutputParser()
|
| 122 |
)
|
| 123 |
|
| 124 |
-
|
|
|
|
| 125 |
|
| 126 |
|
| 127 |
|
|
|
|
| 121 |
| StrOutputParser()
|
| 122 |
)
|
| 123 |
|
| 124 |
+
ausgabetext = chain.invoke(question)
|
| 125 |
+
st.text(ausgabetext)
|
| 126 |
|
| 127 |
|
| 128 |
|