indikamk commited on
Commit
83c1674
Β·
1 Parent(s): 68eb21f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,6 +31,6 @@ if __name__ == "__main__":
31
  gr.inputs.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()
 
31
  gr.inputs.Textbox(lines=2, label="Query"),
32
  ],
33
  gr.outputs.Textbox(label="Response"),
34
+ title="πŸ—£οΈGalaxyGuideπŸ“„",
35
+ description="πŸ—£οΈGalaxyGuideπŸ“„ is a tool that allows you to ask anything about the whole galaxy. Reponses are based on "Hitch Hitchhiker's Guide to the Galaxy. so it may produce inaccurate information.",
36
  ).launch()