youngtsai commited on
Commit
0eff37a
1 Parent(s): 28092cb

with gr.Column(scale=4):

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -829,10 +829,10 @@ with gr.Blocks(head=HEAD) as demo:
829
  with gr.Row():
830
  with gr.Column():
831
  file_upload = gr.File(label="Upload your CSV or Word file", visible=False)
832
- with gr.Column():
833
- with gr.Column():
834
  youtube_link = gr.Textbox(label="Enter YouTube Link")
835
- with gr.Column():
836
  youtube_link_btn = gr.Button("Submit")
837
  web_link = gr.Textbox(label="Enter Web Page Link", visible=False)
838
  chatbot = gr.Chatbot()
 
829
  with gr.Row():
830
  with gr.Column():
831
  file_upload = gr.File(label="Upload your CSV or Word file", visible=False)
832
+ with gr.Row():
833
+ with gr.Column(scale=4):
834
  youtube_link = gr.Textbox(label="Enter YouTube Link")
835
+ with gr.Column(scale=1):
836
  youtube_link_btn = gr.Button("Submit")
837
  web_link = gr.Textbox(label="Enter Web Page Link", visible=False)
838
  chatbot = gr.Chatbot()