Update app.py
Browse files
app.py
CHANGED
@@ -165,6 +165,7 @@ def responsefull(
|
|
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 |
#query_prompt=selected_option
|
169 |
selected_optionfull = " Die Nutzer Frage bezieht sich auf folgende Wahl-O-Mat These: " + selected_option
|
170 |
if contains_op(prompt)==True:
|
|
|
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
|
171 |
if contains_op(prompt)==True:
|