Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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()
|