Bofandra commited on
Commit
615cf43
1 Parent(s): c9b1232

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def find(query):
51
  return sorted_quran
52
  #return results
53
 
54
- demo = gr.Interface(fn=find, inputs="textbox", outputs=gr.Dataframe(headers=['sura', 'aya', 'text', 'similarity']))
55
  #demo = gr.Interface(fn=find, inputs="textbox", outputs="textbox")
56
 
57
  if __name__ == "__main__":
 
51
  return sorted_quran
52
  #return results
53
 
54
+ demo = gr.Interface(fn=find, inputs="textbox", outputs=gr.Dataframe(headers=['sura', 'aya', 'similarity', 'text']))
55
  #demo = gr.Interface(fn=find, inputs="textbox", outputs="textbox")
56
 
57
  if __name__ == "__main__":