aupfe08 commited on
Commit
4ba658a
·
verified ·
1 Parent(s): ca34581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ def greet(name, is_morning, temperature):
5
  greeting = f"{salutation} {name}. It is {temperature} degrees today"
6
  celsius = (temperature - 32) * 5 / 9
7
  return greeting, round(celsius, 2)
 
8
 
9
  demo = gr.Interface(
10
  fn=greet,
 
5
  greeting = f"{salutation} {name}. It is {temperature} degrees today"
6
  celsius = (temperature - 32) * 5 / 9
7
  return greeting, round(celsius, 2)
8
+
9
 
10
  demo = gr.Interface(
11
  fn=greet,