Spaces:
Runtime error
Runtime error
File size: 114 Bytes
dd0ef30 |
1 2 3 4 5 6 |
import streamlit as st
code = """def hello():
print("Hello, Streamlit!")"""
st.code(code, language="python")
|