aliabd HF staff commited on
Commit
08e20de
1 Parent(s): 7178108

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,4 +75,4 @@ In fact, since this guide itself was written in markdown, I went ahead and passe
75
  ### That's all! Happy building :)
76
  """
77
 
78
- gr.Interface(predict, gradio.inputs.Radio(["header","link","image"], label="Syntax for..", article=article), gradio.outputs.Textbox(label="syntax")).launch()
 
75
  ### That's all! Happy building :)
76
  """
77
 
78
+ gr.Interface(predict, gradio.inputs.Radio(["header","link","image"], label="Syntax for.."), gradio.outputs.Textbox(label="syntax"), article=article).launch()