Spaces:
Sleeping
Sleeping
salohnana2018
commited on
Commit
•
1c55554
1
Parent(s):
c3bf42a
Update app.py
Browse files
app.py
CHANGED
@@ -284,7 +284,7 @@ with gr.Blocks() as demo:
|
|
284 |
with gr.Column():
|
285 |
example_dropdown = gr.Dropdown(
|
286 |
choices=["Extra Weight", "Propeller Cut", "Tape on Propeller", "Normal Flight"],
|
287 |
-
label="Select Fault Type"
|
288 |
)
|
289 |
submit_btn = gr.Button("Classify")
|
290 |
|
|
|
284 |
with gr.Column():
|
285 |
example_dropdown = gr.Dropdown(
|
286 |
choices=["Extra Weight", "Propeller Cut", "Tape on Propeller", "Normal Flight"],
|
287 |
+
label="Select Log file with Specific Fault Type"
|
288 |
)
|
289 |
submit_btn = gr.Button("Classify")
|
290 |
|