Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def launch_app():
|
|
79 |
label="Top-P",
|
80 |
),
|
81 |
],
|
82 |
-
"
|
83 |
title="Chatbot",
|
84 |
description="A chatbot that responds to user input",
|
85 |
)
|
|
|
79 |
label="Top-P",
|
80 |
),
|
81 |
],
|
82 |
+
gr.Text(label="Response"),
|
83 |
title="Chatbot",
|
84 |
description="A chatbot that responds to user input",
|
85 |
)
|