mansurarief commited on
Commit
e1b8702
1 Parent(s): cdd75e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks() as demo:
148
  # map = gr.Plot()
149
 
150
  with gr.Row():
151
- injection = gr.Radio(cities, label="Location", info="Choose injection well location"),
152
  production = gr.Radio(cities, label="Location", info="Choose production well location")
153
 
154
 
 
148
  # map = gr.Plot()
149
 
150
  with gr.Row():
151
+ injection = gr.Radio(cities, label="Location", info="Choose injection well location")
152
  production = gr.Radio(cities, label="Location", info="Choose production well location")
153
 
154