Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def subtitle(input):
|
|
53 |
return
|
54 |
|
55 |
with gr.Blocks() as demo:
|
56 |
-
with gr.
|
57 |
with gr.Column(scale=3):
|
58 |
gr.Markdown("""
|
59 |
# AutoSubs
|
|
|
53 |
return
|
54 |
|
55 |
with gr.Blocks() as demo:
|
56 |
+
with gr.Row():
|
57 |
with gr.Column(scale=3):
|
58 |
gr.Markdown("""
|
59 |
# AutoSubs
|