bramw commited on
Commit
a94928e
·
1 Parent(s): 91e9183

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -45,3 +45,9 @@ iface = gr.Interface(fn=f,
45
  description=description,
46
  article=article)
47
  iface.launch()
 
 
 
 
 
 
 
45
  description=description,
46
  article=article)
47
  iface.launch()
48
+
49
+
50
+ with demo:
51
+ gr.Markdown(description)
52
+ gr.Markdown(article)
53
+ demo.launch()