VIATEUR-AI commited on
Commit
ff2309c
·
verified ·
1 Parent(s): cdb2eb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def check_symptoms(symptoms):
14
  iface = gr.Interface(fn=check_symptoms,
15
  inputs=gr.Textbox(lines=3, placeholder="Andika ibimenyetso byawe hano..."),
16
  outputs="text",
17
- title="AI y'Ubuvuzi bw'Ibimenyetso",
18
  description="Andika ibimenyetso ufite (nko: umutwe, umuriro, gukorora...) maze AI iguhe inama y’ibanze.")
19
 
20
  iface.launch()
 
14
  iface = gr.Interface(fn=check_symptoms,
15
  inputs=gr.Textbox(lines=3, placeholder="Andika ibimenyetso byawe hano..."),
16
  outputs="text",
17
+ title="AI Viateur y'Ubuvuzi bw'Ibimenyetso",
18
  description="Andika ibimenyetso ufite (nko: umutwe, umuriro, gukorora...) maze AI iguhe inama y’ibanze.")
19
 
20
  iface.launch()