Spaces:
Running
Running
Eachan Johnson
commited on
Commit
·
5eb5274
1
Parent(s):
5bb018f
Tidy up
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ with gr.Blocks() as demo:
|
|
267 |
carrying_capacity = gr.Slider(
|
268 |
len(mut_fitness_defaults) + 1, 10_000,
|
269 |
step=1, value=10,
|
270 |
-
label="Total carrying capacity (
|
271 |
)
|
272 |
plot_growth = gr.Button("Plot growth curves")
|
273 |
growth_curves_t = gr.Plot(label="Growth vs time", format="png")
|
@@ -290,7 +290,6 @@ with gr.Blocks() as demo:
|
|
290 |
value=3,
|
291 |
label="Technical replicates",
|
292 |
)
|
293 |
-
with gr.Row():
|
294 |
seq_depth = gr.Slider(
|
295 |
10, 10_000,
|
296 |
step=10,
|
|
|
267 |
carrying_capacity = gr.Slider(
|
268 |
len(mut_fitness_defaults) + 1, 10_000,
|
269 |
step=1, value=10,
|
270 |
+
label="Total carrying capacity (x inoculum)",
|
271 |
)
|
272 |
plot_growth = gr.Button("Plot growth curves")
|
273 |
growth_curves_t = gr.Plot(label="Growth vs time", format="png")
|
|
|
290 |
value=3,
|
291 |
label="Technical replicates",
|
292 |
)
|
|
|
293 |
seq_depth = gr.Slider(
|
294 |
10, 10_000,
|
295 |
step=10,
|