nvn1729 commited on
Commit
2d3df02
·
verified ·
1 Parent(s): 7a7b610

Update app.py

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