Spaces:
Sleeping
Sleeping
Commit
·
3a46db5
1
Parent(s):
3c54378
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ if __name__ == "__main__":
|
|
96 |
initial_t = "Breakpoint 1: 19\nBreakpoint 2: 29\nBreakpoint3: 38"
|
97 |
t = gr.Text(value=initial_t, label="Estimated Breakpoints")
|
98 |
initial_p = "0.0653"
|
99 |
-
p = gr.Text(label="Estimated Recovery Probability")
|
100 |
interface = gr.Interface(sample,
|
101 |
inputs=[dropdown, slider, n_iterations, burnin],
|
102 |
outputs=[plot, lam, t, p])
|
|
|
96 |
initial_t = "Breakpoint 1: 19\nBreakpoint 2: 29\nBreakpoint3: 38"
|
97 |
t = gr.Text(value=initial_t, label="Estimated Breakpoints")
|
98 |
initial_p = "0.0653"
|
99 |
+
p = gr.Text(value=initial_p, label="Estimated Recovery Probability")
|
100 |
interface = gr.Interface(sample,
|
101 |
inputs=[dropdown, slider, n_iterations, burnin],
|
102 |
outputs=[plot, lam, t, p])
|