Spaces:
Sleeping
Sleeping
vidhiparikh
commited on
Commit
•
e131632
1
Parent(s):
7bbb221
Update app.py
Browse files
app.py
CHANGED
@@ -120,8 +120,8 @@ iface = gr.Interface(
|
|
120 |
fn=chat,
|
121 |
inputs=gr.Textbox(lines=2, label="User Input"),
|
122 |
outputs="text",
|
123 |
-
title="
|
124 |
-
description="
|
125 |
)
|
126 |
|
127 |
iface.launch()
|
|
|
120 |
fn=chat,
|
121 |
inputs=gr.Textbox(lines=2, label="User Input"),
|
122 |
outputs="text",
|
123 |
+
title="Vidhi's Career Path Chatbot",
|
124 |
+
description="Ask me anything about Vidhi's professional journey and I will respond."
|
125 |
)
|
126 |
|
127 |
iface.launch()
|