bhavyagiri commited on
Commit
1bbfa19
1 Parent(s): 60eda07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,14 +49,14 @@ with gr.Blocks() as demo:
49
  """)
50
  with gr.Column():
51
  with gr.Row():
52
- in_yt = gr.Textbox(lines=1, placeholder="Enter Youtube URL", label="YouTube URL"))
53
  transcribe_btn = gr.Button("Trascribe")
54
  with gr.Column():
55
  with gr.Row():
56
  out_yt = ["html", "text"],
57
  with gr.Column():
58
  with gr.Row():
59
- in_query = gr.Textbox(lines=1, placeholder="What's your Question", label="Query"))
60
  ans_btn = gr.Button("Answer")
61
  out_query = ["text"]
62
 
 
49
  """)
50
  with gr.Column():
51
  with gr.Row():
52
+ in_yt = gr.Textbox(lines=1, placeholder="Enter Youtube URL", label="YouTube URL")
53
  transcribe_btn = gr.Button("Trascribe")
54
  with gr.Column():
55
  with gr.Row():
56
  out_yt = ["html", "text"],
57
  with gr.Column():
58
  with gr.Row():
59
+ in_query = gr.Textbox(lines=1, placeholder="What's your Question", label="Query")
60
  ans_btn = gr.Button("Answer")
61
  out_query = ["text"]
62