jchen8000 commited on
Commit
df74936
·
verified ·
1 Parent(s): 998a648

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -169,9 +169,7 @@ with gr.Blocks(theme="Nymbo/Alyx_Theme") as demo:
169
  inputs=name_input,
170
  outputs=greeting_output
171
  )
172
- with gr.Tab("Chatbot"):
173
- gr.Markdown("# Simple Gradio Greeter")
174
- gr.Markdown("Enter your name and get a personalized greeting!")
175
 
176
 
177
  # Launch the Gradio app.
 
169
  inputs=name_input,
170
  outputs=greeting_output
171
  )
172
+
 
 
173
 
174
 
175
  # Launch the Gradio app.