imamnurby commited on
Commit
e02adbb
1 Parent(s): 1e64735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -56,6 +56,7 @@ def generate_preds(desc):
56
  # }
57
  return pd.DataFrame(df)
58
 
 
59
  with demo:
60
  gr.Markdown("<h1><center>RecipeGen: Automated TAPs Generation Tool</center></h1>")
61
  gr.Markdown("<center>This demo allows you to generate TAPs (Trigger Action Programs) using functionality description described in English. You can learn the working detail of our tool from our paper<center>")
 
56
  # }
57
  return pd.DataFrame(df)
58
 
59
+ demo = gr.Blocks()
60
  with demo:
61
  gr.Markdown("<h1><center>RecipeGen: Automated TAPs Generation Tool</center></h1>")
62
  gr.Markdown("<center>This demo allows you to generate TAPs (Trigger Action Programs) using functionality description described in English. You can learn the working detail of our tool from our paper<center>")