dpaul93 commited on
Commit
032e3ca
·
1 Parent(s): 9530509

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ if __name__ == "__main__":
30
  [
31
  gr.Textbox(lines=2, label="Query"),
32
  ],
33
- gr.outputs.Textbox(label="Response"),
34
  title="🗣️TalkToMyDoc📄",
35
  description="🗣️TalkToMyDoc📄 is a tool that allows you to ask questions about a document. In this case - Hitch Hitchhiker's Guide to the Galaxy.",
36
  ).launch()
 
30
  [
31
  gr.Textbox(lines=2, label="Query"),
32
  ],
33
+ gr.Textbox(label="Response"),
34
  title="🗣️TalkToMyDoc📄",
35
  description="🗣️TalkToMyDoc📄 is a tool that allows you to ask questions about a document. In this case - Hitch Hitchhiker's Guide to the Galaxy.",
36
  ).launch()