Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ def responsefull(
|
|
164 |
query_prompt=format_prompt(prompt,history)
|
165 |
selected_optionfull = " Die Frage bezieht sich auf keine These speziell und ist somit allgemeiner zu behandeln."
|
166 |
else:
|
167 |
-
results=mragdata[mragdata["These: These"] == selected_option]["testnew"]
|
168 |
print(results)
|
169 |
#query_prompt=selected_option
|
170 |
selected_optionfull = " Die Nutzer Frage bezieht sich auf folgende Wahl-O-Mat These: " + selected_option
|
|
|
164 |
query_prompt=format_prompt(prompt,history)
|
165 |
selected_optionfull = " Die Frage bezieht sich auf keine These speziell und ist somit allgemeiner zu behandeln."
|
166 |
else:
|
167 |
+
results=str(mragdata[mragdata["These: These"] == selected_option]["testnew"])
|
168 |
print(results)
|
169 |
#query_prompt=selected_option
|
170 |
selected_optionfull = " Die Nutzer Frage bezieht sich auf folgende Wahl-O-Mat These: " + selected_option
|