Update app.py
Browse files
app.py
CHANGED
@@ -149,6 +149,7 @@ with gr.Blocks() as demo:
|
|
149 |
with gr.Row():
|
150 |
with gr.Column(scale=1):
|
151 |
excel_file = gr.File(label="Upload Excel File")
|
|
|
152 |
keywords_input = gr.Textbox(label="Filter by Keywords (comma-separated)")
|
153 |
display_button = gr.Button("Display and Filter Excel Data")
|
154 |
clear_button_upload = gr.Button("Clear")
|
|
|
149 |
with gr.Row():
|
150 |
with gr.Column(scale=1):
|
151 |
excel_file = gr.File(label="Upload Excel File")
|
152 |
+
#excel_file = gr.File(label="Upload Excel File", file_types=[".xlsx", ".xlsm", ".xltx", ".xltm"])
|
153 |
keywords_input = gr.Textbox(label="Filter by Keywords (comma-separated)")
|
154 |
display_button = gr.Button("Display and Filter Excel Data")
|
155 |
clear_button_upload = gr.Button("Clear")
|