ndg04041 commited on
Commit
6e67f72
1 Parent(s): 4bb1b90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  def convert_to_upper():
2
 
3
 
 
1
+ import gradio as gr
2
+
3
  def convert_to_upper():
4
 
5