Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def main():
|
|
111 |
"""
|
112 |
new_prompt = st.text_area(prompt)
|
113 |
|
114 |
-
result = query_fact_check_api(
|
115 |
facts = response_break_out(result)
|
116 |
|
117 |
if new_prompt:
|
|
|
111 |
"""
|
112 |
new_prompt = st.text_area(prompt)
|
113 |
|
114 |
+
result = query_fact_check_api(user_input)
|
115 |
facts = response_break_out(result)
|
116 |
|
117 |
if new_prompt:
|