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