krafiq commited on
Commit
a856948
·
1 Parent(s): 21ef528

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ with gr.Blocks(theme="Taithrah/Minimal") as demo:
274
  Process_button = gr.Button("Process Flow Parameters")
275
 
276
  with gr.Column():
277
- filled_channel = gr.Image(label = "Drawn object inside a Channel of dimensions 128*256", container = True)
278
 
279
  with gr.Row():
280
  quiver_plot = gr.Plot(label = "Velocity Distribution Around The Obstacle", scale = 2)
 
274
  Process_button = gr.Button("Process Flow Parameters")
275
 
276
  with gr.Column():
277
+ filled_channel = gr.Image(label = "Drawn object within fluid domain of dimensions 128*256", container = True)
278
 
279
  with gr.Row():
280
  quiver_plot = gr.Plot(label = "Velocity Distribution Around The Obstacle", scale = 2)