Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
5a794cc
1
Parent(s):
6cc1d00
update app
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ with col2:
|
|
162 |
img2=st.session_state["output_2"],
|
163 |
label1='Uploaded Diagram',
|
164 |
label2='Model Inference',
|
165 |
-
width=
|
166 |
starting_position=50,
|
167 |
show_labels=True,
|
168 |
make_responsive=True,
|
|
|
162 |
img2=st.session_state["output_2"],
|
163 |
label1='Uploaded Diagram',
|
164 |
label2='Model Inference',
|
165 |
+
width=750,
|
166 |
starting_position=50,
|
167 |
show_labels=True,
|
168 |
make_responsive=True,
|