Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ def create_new_repo(repoid):
|
|
197 |
|
198 |
|
199 |
with gr.Blocks() as demo:
|
200 |
-
gr.Markdown("
|
201 |
with gr.Tabs():
|
202 |
with gr.TabItem("make dataset"):
|
203 |
with gr.Row():
|
|
|
197 |
|
198 |
|
199 |
with gr.Blocks() as demo:
|
200 |
+
gr.Markdown(f"## <div style='text-align: center;'> RVC DATASET MAKER</div>")
|
201 |
with gr.Tabs():
|
202 |
with gr.TabItem("make dataset"):
|
203 |
with gr.Row():
|