Spaces:
Build error
Build error
Update app.py
Browse files
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
|
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__":
|