tamunaZur commited on
Commit
a7d234e
·
verified ·
1 Parent(s): 7802f9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
 
2
- ```python
3
  import gradio as gr
4
 
5
  import requests
@@ -28,4 +28,3 @@ def greet(text):
28
 
29
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
30
  demo.launch()
31
- ```
 
1
 
2
+
3
  import gradio as gr
4
 
5
  import requests
 
28
 
29
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
30
  demo.launch()