Shrikrishna commited on
Commit
6f40744
1 Parent(s): aaa1443

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ Looking forward
57
  Shirley Lou
58
  """
59
 
60
- email = st.text_input("Email:",test_email)
61
 
62
  def extract_data(email,function_descriptions):
63
  prompt = f"Please extract key information from this email: {email} "
 
57
  Shirley Lou
58
  """
59
 
60
+ email = st.text_area("Email:",test_email)
61
 
62
  def extract_data(email,function_descriptions):
63
  prompt = f"Please extract key information from this email: {email} "