Spaces:
Sleeping
Sleeping
scale
Browse files
app.py
CHANGED
@@ -848,7 +848,7 @@ HEAD = """
|
|
848 |
|
849 |
with gr.Blocks() as demo:
|
850 |
with gr.Row():
|
851 |
-
with gr.Column(scale=
|
852 |
file_upload = gr.File(label="Upload your CSV or Word file", visible=False)
|
853 |
youtube_link = gr.Textbox(label="Enter YouTube Link")
|
854 |
youtube_link_btn = gr.Button("Submit_YouTube_Link")
|
@@ -858,7 +858,7 @@ with gr.Blocks() as demo:
|
|
858 |
msg = gr.Textbox(label="Message")
|
859 |
send_button = gr.Button("Send")
|
860 |
|
861 |
-
with gr.Column(scale=
|
862 |
with gr.Tab("εζ"):
|
863 |
transcript_html = gr.HTML(label="YouTube Transcript and Video")
|
864 |
with gr.Tab("ζε½±η"):
|
|
|
848 |
|
849 |
with gr.Blocks() as demo:
|
850 |
with gr.Row():
|
851 |
+
with gr.Column(scale=2):
|
852 |
file_upload = gr.File(label="Upload your CSV or Word file", visible=False)
|
853 |
youtube_link = gr.Textbox(label="Enter YouTube Link")
|
854 |
youtube_link_btn = gr.Button("Submit_YouTube_Link")
|
|
|
858 |
msg = gr.Textbox(label="Message")
|
859 |
send_button = gr.Button("Send")
|
860 |
|
861 |
+
with gr.Column(scale=3):
|
862 |
with gr.Tab("εζ"):
|
863 |
transcript_html = gr.HTML(label="YouTube Transcript and Video")
|
864 |
with gr.Tab("ζε½±η"):
|