Abbasid commited on
Commit
55ecee5
1 Parent(s): 1385bde

Update TableQAGradio.py

Browse files
Files changed (1) hide show
  1. TableQAGradio.py +1 -1
TableQAGradio.py CHANGED
@@ -115,7 +115,7 @@ iface = gr.Interface(
115
  gr.Textbox(type="text", label="Enter text"),
116
  ],
117
  outputs=[gr.Textbox(type="text", label="Text Input Output")],
118
- title="Multi-input Processor",
119
  description="Upload an XLSX file and/or enter text, and the processed output will be displayed.",
120
  )
121
 
 
115
  gr.Textbox(type="text", label="Enter text"),
116
  ],
117
  outputs=[gr.Textbox(type="text", label="Text Input Output")],
118
+ title="TableQA Test",
119
  description="Upload an XLSX file and/or enter text, and the processed output will be displayed.",
120
  )
121