Update app.py
Browse files
app.py
CHANGED
@@ -170,6 +170,9 @@ with gr.Blocks(theme="Nymbo/Alyx_Theme") as demo:
|
|
170 |
outputs=greeting_output
|
171 |
)
|
172 |
|
|
|
|
|
|
|
173 |
|
174 |
|
175 |
# Launch the Gradio app.
|
|
|
170 |
outputs=greeting_output
|
171 |
)
|
172 |
|
173 |
+
with gr.Tab("Chatbot"):
|
174 |
+
gr.Markdown("# Simple Gradio Greeter")
|
175 |
+
gr.Markdown("Enter your name and get a personalized greeting!")
|
176 |
|
177 |
|
178 |
# Launch the Gradio app.
|