Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +4 -1
src/streamlit_app.py
CHANGED
@@ -160,5 +160,8 @@ if run_button:
|
|
160 |
|
161 |
except Exception as e:
|
162 |
st.error(f"Execution error: {e}")
|
163 |
-
|
|
|
|
|
|
|
164 |
|
|
|
160 |
|
161 |
except Exception as e:
|
162 |
st.error(f"Execution error: {e}")
|
163 |
+
components.iframe(
|
164 |
+
src="https://cloudhand-sdk-lmpc.vercel.app/",
|
165 |
+
height=600)
|
166 |
+
|
167 |
|