Jforeverss commited on
Commit
e13ec1e
·
verified ·
1 Parent(s): 5aa232e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ if uploaded_file is not None:
157
  st.text("Answer: " + response_content)
158
 
159
  term = st.text_input("Enter a term you want to define:")
160
-
161
  if term:
162
  definition = explain_term(term)
163
 
 
157
  st.text("Answer: " + response_content)
158
 
159
  term = st.text_input("Enter a term you want to define:")
160
+
161
  if term:
162
  definition = explain_term(term)
163