Jonglee commited on
Commit
2a677e6
·
1 Parent(s): 419a9a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,5 +54,5 @@ if __name__ == "__main__":
54
  [gr.inputs.Textbox(lines=2, label="Input a question")],
55
  gr.outputs.Textbox(labels="Answer"),
56
  title="EN-17272 & Efficacy Reports",
57
- descriptions: "EN-17272 & Efficacy reports is a generative model that gives answers based on the documents",
58
  ).launch()
 
54
  [gr.inputs.Textbox(lines=2, label="Input a question")],
55
  gr.outputs.Textbox(labels="Answer"),
56
  title="EN-17272 & Efficacy Reports",
57
+ descriptions="EN-17272 & Efficacy reports is a generative model that gives answers based on the documents",
58
  ).launch()