Parthebhan commited on
Commit
dcdec1d
·
verified ·
1 Parent(s): b0d4cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,6 +55,6 @@ salarybracket_ga = gr.Interface(fn=salarybracket,
55
  )
56
 
57
  # Set the markdown description
58
- salarybracket_ga.set_description(markdown_table)
59
 
60
  salarybracket_ga.launch(share=True, debug=True)
 
55
  )
56
 
57
  # Set the markdown description
58
+ salarybracket_ga.description = markdown_table
59
 
60
  salarybracket_ga.launch(share=True, debug=True)