Spaces:
Sleeping
Sleeping
removed the images line
Browse files
app.py
CHANGED
@@ -333,10 +333,6 @@ def main():
|
|
333 |
components=[commodity, period],
|
334 |
flagging_dir="data/flagged",
|
335 |
)
|
336 |
-
|
337 |
-
with gr.Row():
|
338 |
-
current_wheat = gr.Image('wheat_prices.png')
|
339 |
-
current_maize = gr.Image('maize_prices.png')
|
340 |
btn_incorrect.click(
|
341 |
lambda *args: flagging_handler.flag(
|
342 |
flag_data=args, flag_option="Incorrect"
|
|
|
333 |
components=[commodity, period],
|
334 |
flagging_dir="data/flagged",
|
335 |
)
|
|
|
|
|
|
|
|
|
336 |
btn_incorrect.click(
|
337 |
lambda *args: flagging_handler.flag(
|
338 |
flag_data=args, flag_option="Incorrect"
|