katanaml commited on
Commit
f55a6ed
1 Parent(s): 7e491dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def main():
12
  article = "<p style='text-align: center'><a href='https://katanaml.io' target='_blank'>Katana ML</a> | <a href='https://github.com/katanaml/table-query-model' target='_blank'>Github repo</a> | <a href='https://huggingface.co/google/tapas-base-finetuned-wtq' target='_blank'>TAPAS Model</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=abaranovskij_tablequery' alt='visitor badge'></center>"
13
 
14
  iface = gr.Interface(fn=execute_query,
15
- inputs=[gr.Textbox(label="Search query"),
16
  gr.File(label="CSV file")],
17
  outputs=[gr.JSON(label="Result"),
18
  gr.Dataframe(label="All data")],
 
12
  article = "<p style='text-align: center'><a href='https://katanaml.io' target='_blank'>Katana ML</a> | <a href='https://github.com/katanaml/table-query-model' target='_blank'>Github repo</a> | <a href='https://huggingface.co/google/tapas-base-finetuned-wtq' target='_blank'>TAPAS Model</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=abaranovskij_tablequery' alt='visitor badge'></center>"
13
 
14
  iface = gr.Interface(fn=execute_query,
15
+ inputs=[gr.inputs.Textbox(label="Search query"),
16
  gr.File(label="CSV file")],
17
  outputs=[gr.JSON(label="Result"),
18
  gr.Dataframe(label="All data")],