Spaces:
Runtime error
Runtime error
ravithejads
commited on
Commit
•
95ba4a0
1
Parent(s):
5e5262d
Update app.py
Browse files
app.py
CHANGED
@@ -127,8 +127,8 @@ with gr.Blocks() as demo:
|
|
127 |
""")
|
128 |
with gr.Row():
|
129 |
with gr.Column():
|
130 |
-
url = gr.Textbox(lines=
|
131 |
-
openaikey = gr.Textbox(lines=
|
132 |
submit1_button = gr.Button("Submit")
|
133 |
ans1_output = gr.Textbox(label="Status.")
|
134 |
clear1_button = gr.Button("Clear")
|
|
|
127 |
""")
|
128 |
with gr.Row():
|
129 |
with gr.Column():
|
130 |
+
url = gr.Textbox(lines=1, label="Enter Youtube Video link.")
|
131 |
+
openaikey = gr.Textbox(lines=1, label="Enter Your OpenAI key.")
|
132 |
submit1_button = gr.Button("Submit")
|
133 |
ans1_output = gr.Textbox(label="Status.")
|
134 |
clear1_button = gr.Button("Clear")
|