hmb HF Staff commited on
Commit
4a86c09
·
verified ·
1 Parent(s): 73bb5d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
- gr.Markdown(f"# Greetings {args.name}!")
5
  inp = gr.Textbox()
6
  out = gr.Textbox()
7
 
 
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
+ gr.Markdown(f"# Greetings!")
5
  inp = gr.Textbox()
6
  out = gr.Textbox()
7