salimcodes commited on
Commit
ca61a41
·
1 Parent(s): c077dfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def Predict(inputName):
29
  app = gr.Interface(fn=Predict,
30
  inputs="text",
31
  outputs="text",
32
- description = "This app helps you to find out if you have been in contact with someone who has tested positive for COVID-19. As a prototype, it was trained on a dataset of 10 people and their locations. The app takes in their names and outputs the names of people they have been in contact with. The names in this demo are as follows: Adeola, Amaka, Ayoola, Bimpe, Dolapo, Femi, Mayokun, Segun, Seyi, Tolu",
33
  theme="grass",
34
  title="Contact Tracing Web App")
35
  app.launch()
 
29
  app = gr.Interface(fn=Predict,
30
  inputs="text",
31
  outputs="text",
32
+ description = "This app helps you to find out if you have been in contact with someone who has tested positive for COVID-19. As a prototype, it was trained on a dataset of 10 people and their locations. The app takes in their names and outputs the names of people they have been in contact with. The names in this demo are as follows: <br> **`Adeola`, `Amaka`, `Ayoola`, `Bimpe`, `Dolapo`, `Femi`, `Mayokun`, `Segun`, `Seyi`, `Tolu`**. <br> <br> **Disclaimer: This app is for demonstration purposes only and does not provide real contact tracing functionality.**",
33
  theme="grass",
34
  title="Contact Tracing Web App")
35
  app.launch()