jchen8000 commited on
Commit
24e6cb6
·
verified ·
1 Parent(s): df74936

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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.