Spaces:
Sleeping
Sleeping
user data input
Browse files
app.py
CHANGED
@@ -1485,8 +1485,9 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
1485 |
file_upload = gr.File(label="Upload your CSV or Word file", visible=False)
|
1486 |
youtube_link = gr.Textbox(label="Enter YouTube Link", elem_id="youtube_link_input", visible=True)
|
1487 |
video_id = gr.Textbox(label="video_id", visible=False)
|
1488 |
-
youtube_link_btn = gr.Button("Submit_YouTube_Link", elem_id="youtube_link_btn", visible=True)
|
1489 |
web_link = gr.Textbox(label="Enter Web Page Link", visible=False)
|
|
|
|
|
1490 |
with gr.Tab("學生版"):
|
1491 |
with gr.Row():
|
1492 |
with gr.Column(scale=3):
|
|
|
1485 |
file_upload = gr.File(label="Upload your CSV or Word file", visible=False)
|
1486 |
youtube_link = gr.Textbox(label="Enter YouTube Link", elem_id="youtube_link_input", visible=True)
|
1487 |
video_id = gr.Textbox(label="video_id", visible=False)
|
|
|
1488 |
web_link = gr.Textbox(label="Enter Web Page Link", visible=False)
|
1489 |
+
user_data = gr.Textbox(label="User Data", elem_id="user_data_input", visible=True)
|
1490 |
+
youtube_link_btn = gr.Button("Submit_YouTube_Link", elem_id="youtube_link_btn", visible=True)
|
1491 |
with gr.Tab("學生版"):
|
1492 |
with gr.Row():
|
1493 |
with gr.Column(scale=3):
|