Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def find(query):
|
|
53 |
#return sorted_quran
|
54 |
return results
|
55 |
|
56 |
-
demo = gr.Interface(fn=find, inputs="textbox", outputs=gr.Dataframe(headers=['sura', 'aya', 'similarity', 'text']))
|
57 |
#demo = gr.Interface(fn=find, inputs="textbox", outputs="textbox")
|
58 |
|
59 |
if __name__ == "__main__":
|
|
|
53 |
#return sorted_quran
|
54 |
return results
|
55 |
|
56 |
+
demo = gr.Interface(fn=find, inputs="textbox", outputs=gr.Dataframe(headers=['sura', 'aya', 'similarity', 'text'],wrap=True))
|
57 |
#demo = gr.Interface(fn=find, inputs="textbox", outputs="textbox")
|
58 |
|
59 |
if __name__ == "__main__":
|