Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,6 +76,6 @@ if __name__ == "__main__":
|
|
76 |
|
77 |
result = st.button("Find reason for contact")
|
78 |
if result:
|
79 |
-
generated_rfc = get_predictions(text=user_input
|
80 |
st.text_area("Reason", generated_rfc)
|
81 |
print(f"Input: {user_input} ---> Reason for contact: {generated_rfc}")
|
|
|
76 |
|
77 |
result = st.button("Find reason for contact")
|
78 |
if result:
|
79 |
+
generated_rfc = get_predictions(text=user_input)
|
80 |
st.text_area("Reason", generated_rfc)
|
81 |
print(f"Input: {user_input} ---> Reason for contact: {generated_rfc}")
|