Spaces:
Build error
Build error
fix title
Browse files
app.py
CHANGED
|
@@ -365,7 +365,7 @@ def generate_channel(input_desc, n_beams_discover):
|
|
| 365 |
###
|
| 366 |
demo = gr.Blocks()
|
| 367 |
with demo:
|
| 368 |
-
gr.Markdown("<h1><center><em>RecipeGen++</em>
|
| 369 |
# 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")
|
| 370 |
gr.Markdown("<h3>What is TAP?</h3>")
|
| 371 |
gr.Markdown("""
|
|
|
|
| 365 |
###
|
| 366 |
demo = gr.Blocks()
|
| 367 |
with demo:
|
| 368 |
+
gr.Markdown("<h1><center><em>RecipeGen++</em>: An Automated Trigger Action Programs (TAPs) Generator</center></h1>")
|
| 369 |
# 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")
|
| 370 |
gr.Markdown("<h3>What is TAP?</h3>")
|
| 371 |
gr.Markdown("""
|