MSey90 commited on
Commit
687aed4
·
unverified ·
1 Parent(s): 2150cf1
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,3 +2,5 @@ from transformers import pipeline
2
  from huggingface_hub import login as hf_login
3
  import streamlit as st
4
  st.header("Test Environment for tiny_CaLL_r10_O1_f10_c1022")
 
 
 
2
  from huggingface_hub import login as hf_login
3
  import streamlit as st
4
  st.header("Test Environment for tiny_CaLL_r10_O1_f10_c1022")
5
+ user_input = st.text("Enter your Prompt here:")
6
+ st.write(user_input)