Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|