imamnurby commited on
Commit
70ffcac
1 Parent(s): 862cf97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ demo = gr.Blocks()
90
  with demo:
91
  gr.Markdown("<h1><center>RecipeGen: Automated Trigger Action Programs (TAPs) Generation Tool</center></h1>")
92
  # gr.Markdown("This demo allows you to generate TAPs using functionality description described in English. You can learn the working detail of our tool from our paper")
93
- gr.Markdown("<h3>What is TAP?</h3>")
94
  gr.Markdown("""
95
  TAPs or Trigger Action Programs are an event-driven rules used to automate smart devices and/or internet services. TAPs are written in the form of "IF <trigger> then execute <action>,
96
  where <trigger> and <action> refer to API calls. TAPs has been used in various use cases, ranging from home monitoring system to business workflow automation.
 
90
  with demo:
91
  gr.Markdown("<h1><center>RecipeGen: Automated Trigger Action Programs (TAPs) Generation Tool</center></h1>")
92
  # gr.Markdown("This demo allows you to generate TAPs using functionality description described in English. You can learn the working detail of our tool from our paper")
93
+ gr.Markdown("<h3>What are TAPs?</h3>")
94
  gr.Markdown("""
95
  TAPs or Trigger Action Programs are an event-driven rules used to automate smart devices and/or internet services. TAPs are written in the form of "IF <trigger> then execute <action>,
96
  where <trigger> and <action> refer to API calls. TAPs has been used in various use cases, ranging from home monitoring system to business workflow automation.