Spaces:
Sleeping
Sleeping
, visible=False
Browse files
app.py
CHANGED
@@ -542,9 +542,9 @@ def next_slide():
|
|
542 |
with gr.Blocks() as demo:
|
543 |
with gr.Row():
|
544 |
with gr.Column():
|
545 |
-
file_upload = gr.File(label="Upload your CSV or Word file")
|
546 |
youtube_link = gr.Textbox(label="Enter YouTube Link")
|
547 |
-
web_link = gr.Textbox(label="Enter Web Page Link")
|
548 |
chatbot = gr.Chatbot()
|
549 |
msg = gr.Textbox(label="Message")
|
550 |
send_button = gr.Button("Send")
|
|
|
542 |
with gr.Blocks() as demo:
|
543 |
with gr.Row():
|
544 |
with gr.Column():
|
545 |
+
file_upload = gr.File(label="Upload your CSV or Word file", visible=False)
|
546 |
youtube_link = gr.Textbox(label="Enter YouTube Link")
|
547 |
+
web_link = gr.Textbox(label="Enter Web Page Link", visible=False)
|
548 |
chatbot = gr.Chatbot()
|
549 |
msg = gr.Textbox(label="Message")
|
550 |
send_button = gr.Button("Send")
|