sdadsd / app.py
xiaozhou0822's picture
Update app.py
4b51a59
raw
history blame
196 Bytes
import streamlit as st
# model_id = 'codellama/CodeLlama-13b-Instruct-hf'
WizardLM/WizardCoder-Python-34B-V1.0
bert-base-uncased
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)