Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ bl = gr.Blocks()
|
|
69 |
|
70 |
with bl:
|
71 |
|
72 |
-
lloadr = gr.Dropdown(["Faroese", "Icelandic"], label="Select a language"
|
73 |
|
74 |
with gr.Row():
|
75 |
#invisidata = gr.DataFrame(interactive=False, visible=False)
|
|
|
69 |
|
70 |
with bl:
|
71 |
|
72 |
+
lloadr = gr.Dropdown(["Faroese", "Icelandic"], label="Select a language")#, info="Loading the dataset takes some time")
|
73 |
|
74 |
with gr.Row():
|
75 |
#invisidata = gr.DataFrame(interactive=False, visible=False)
|