lostecho commited on
Commit
c0d4bfe
·
verified ·
1 Parent(s): 42ad66b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def main():
111
  """
112
  new_prompt = st.text_area(prompt)
113
 
114
- result = query_fact_check_api(claim_to_check)
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: