Spaces:
Sleeping
Sleeping
Change UI text to be most reflective of the project.
Browse files- gradio_app.py +3 -3
gradio_app.py
CHANGED
|
@@ -51,12 +51,12 @@ def gradio_main():
|
|
| 51 |
type="messages",
|
| 52 |
chatbot=gr.Chatbot(
|
| 53 |
height=500,
|
| 54 |
-
label="
|
| 55 |
type="messages"
|
| 56 |
),
|
| 57 |
textbox=gr.Textbox(placeholder="Enter your query here...", container=False, scale=7),
|
| 58 |
-
title="
|
| 59 |
-
description="
|
| 60 |
theme="soft"
|
| 61 |
)
|
| 62 |
|
|
|
|
| 51 |
type="messages",
|
| 52 |
chatbot=gr.Chatbot(
|
| 53 |
height=500,
|
| 54 |
+
label="User Manual Chatbot",
|
| 55 |
type="messages"
|
| 56 |
),
|
| 57 |
textbox=gr.Textbox(placeholder="Enter your query here...", container=False, scale=7),
|
| 58 |
+
title="User Manual Chatbot",
|
| 59 |
+
description="Ask any technical question you wish",
|
| 60 |
theme="soft"
|
| 61 |
)
|
| 62 |
|