Spaces:
Build error
Build error
EliottZemour
commited on
Commit
·
92725ed
1
Parent(s):
85054d0
aa
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ css = """
|
|
41 |
"""
|
42 |
|
43 |
|
44 |
-
md_text = "
|
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 |
|
@@ -65,7 +65,7 @@ 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():
|
71 |
stars = gr.inputs.Slider(minimum=0, maximum=5, step=1, default=0, label="stars")
|
|
|
41 |
"""
|
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 |
|
|
|
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():
|
71 |
stars = gr.inputs.Slider(minimum=0, maximum=5, step=1, default=0, label="stars")
|