Mahalingam commited on
Commit
279bf35
·
1 Parent(s): 0590ee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def main():
37
  user_input = st.text_area("Enter Text:", "")
38
 
39
  # Button to trigger text generation
40
- if st.button("Generate"):
41
  if user_input:
42
  # Call the generate_text function with user input
43
  result = generate_text(user_input)
 
37
  user_input = st.text_area("Enter Text:", "")
38
 
39
  # Button to trigger text generation
40
+ if st.button("Compute"):
41
  if user_input:
42
  # Call the generate_text function with user input
43
  result = generate_text(user_input)