Bofandra commited on
Commit
fdef0fb
1 Parent(s): a3c8aa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def find(query):
62
  #return sorted_quran
63
  return results
64
 
65
- demo = gr.Interface(fn=find, inputs="textbox", outputs=gr.Dataframe(headers=['sura', 'aya', 'text'],wrap=True,datatype=["str", "str", "html"]))
66
  #demo = gr.Interface(fn=find, inputs="textbox", outputs="textbox")
67
 
68
  if __name__ == "__main__":
 
62
  #return sorted_quran
63
  return results
64
 
65
+ demo = gr.Interface(fn=find, inputs="textbox", outputs=gr.Dataframe(headers=['sura', 'aya', 'text'],wrap=True))
66
  #demo = gr.Interface(fn=find, inputs="textbox", outputs="textbox")
67
 
68
  if __name__ == "__main__":