alibidaran commited on
Commit
962841a
·
verified ·
1 Parent(s): 67dfc65

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
- st1.iframe("https://cloudhand-sdk-xlsh.vercel.app/",width=400)
 
 
 
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