Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ if __name__ == "__main__":
|
|
30 |
[
|
31 |
gr.Textbox(lines=2, label="Query"),
|
32 |
],
|
33 |
-
gr.
|
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()
|