Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
5738820
1
Parent(s):
cf0f753
Update app file
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with col2:
|
|
119 |
img2=st.session_state["output_2"],
|
120 |
label1='Uploaded Diagram',
|
121 |
label2='Model Inference',
|
122 |
-
width=
|
123 |
starting_position=50,
|
124 |
show_labels=True,
|
125 |
make_responsive=True,
|
|
|
119 |
img2=st.session_state["output_2"],
|
120 |
label1='Uploaded Diagram',
|
121 |
label2='Model Inference',
|
122 |
+
width=800,
|
123 |
starting_position=50,
|
124 |
show_labels=True,
|
125 |
make_responsive=True,
|