fix: remove typos and prints
Browse files
app/assets/dropdowns/dropdown_config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
},
|
11 |
"train":
|
12 |
{
|
13 |
-
"Open": "Infrastructure"
|
14 |
},
|
15 |
"aircraft": {},
|
16 |
"boat": {},
|
|
|
10 |
},
|
11 |
"train":
|
12 |
{
|
13 |
+
"Open": "Infrastructure number"
|
14 |
},
|
15 |
"aircraft": {},
|
16 |
"boat": {},
|
app/top_section.py
CHANGED
@@ -6,7 +6,6 @@ PATH = os.getcwd()
|
|
6 |
def create_top_section(visible):
|
7 |
with gr.Row() as image_row:
|
8 |
with gr.Column(scale=1, min_width="50px"):
|
9 |
-
print(PATH + '/assets/logos/van.png')
|
10 |
img1 = gr.Image(value=PATH + '/assets/logos/van.png', show_download_button=False, show_label=False, height="150px")
|
11 |
button_collision = gr.Button("Collision with a means of transport", visible=visible)
|
12 |
|
|
|
6 |
def create_top_section(visible):
|
7 |
with gr.Row() as image_row:
|
8 |
with gr.Column(scale=1, min_width="50px"):
|
|
|
9 |
img1 = gr.Image(value=PATH + '/assets/logos/van.png', show_download_button=False, show_label=False, height="150px")
|
10 |
button_collision = gr.Button("Collision with a means of transport", visible=visible)
|
11 |
|