hamdah926 commited on
Commit
c5dd864
·
verified ·
1 Parent(s): 5b42ae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -2,8 +2,7 @@ import gradio as gr
2
 
3
  def greet(input):
4
  f=float(input)*9/5+32
5
- result= f"{f} f"
6
- return result
7
 
8
 
9
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
 
2
 
3
  def greet(input):
4
  f=float(input)*9/5+32
5
+ return f
 
6
 
7
 
8
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")