Zakia commited on
Commit
91c6517
·
1 Parent(s): 821f2ce

change output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@
5
  import gradio as gr
6
 
7
  def greet(age, gender, race, diabetes_type):
8
- return "Hello " + " ALLAH " + "!!"
9
 
10
 
11
 
 
5
  import gradio as gr
6
 
7
  def greet(age, gender, race, diabetes_type):
8
+ return "ALLAH"
9
 
10
 
11