clr commited on
Commit
c29ad98
·
1 Parent(s): 1360ce0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", info="Loading the dataset takes some time")
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)