rushic24 commited on
Commit
cd3eb22
1 Parent(s): 11a7380

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def query(payload):
39
  return {"generated_text": output}
40
 
41
  def get_text():
42
- input_text = st.text_input("You: ","Hello, how are you?", key="input")
43
  return input_text
44
 
45
 
 
39
  return {"generated_text": output}
40
 
41
  def get_text():
42
+ input_text = st.text_input("You: ","I have shortness of breath and are worried, I don’t have a cough or sore throat, so they will not test me, should I do a private test?", key="input")
43
  return input_text
44
 
45