EliottZemour commited on
Commit
be193e7
1 Parent(s): 92725ed
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -42,8 +42,7 @@ css = """
42
 
43
 
44
  md_text = "<h1 style='text-align: center; margin-bottom: 1rem'>Generating Yelp reviews with BART-base ⭐⭐⭐</h1>"
45
- md_desc = """
46
- This space demonstrates how synthetic data generation can be performed on natural language columns, as found in the Yelp reviews dataset.
47
 
48
  | review id | stars | useful | funny | cool | text |
49
  |:---:|:---:|:---:|:---:|:---:|:---:|
@@ -64,7 +63,7 @@ The model is a fine-tuned version of [facebook/bart-base](https://huggingface.co
64
  demo = gr.Blocks(css=css)
65
  with demo:
66
  with gr.Row():
67
- gr.Markdown(md_text, elem_id='ctr')
68
  gr.Markdown(md_desc)
69
 
70
  with gr.Row():
 
42
 
43
 
44
  md_text = "<h1 style='text-align: center; margin-bottom: 1rem'>Generating Yelp reviews with BART-base ⭐⭐⭐</h1>"
45
+ md_desc = """This space demonstrates how synthetic data generation can be performed on natural language columns, as found in the Yelp reviews dataset.
 
46
 
47
  | review id | stars | useful | funny | cool | text |
48
  |:---:|:---:|:---:|:---:|:---:|:---:|
 
63
  demo = gr.Blocks(css=css)
64
  with demo:
65
  with gr.Row():
66
+ gr.Markdown(md_text)
67
  gr.Markdown(md_desc)
68
 
69
  with gr.Row():