MSey90 commited on
Commit
28f0c2b
·
unverified ·
1 Parent(s): 8571edc

correct input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,5 +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")
5
- user_input = st.text("Enter your Prompt here:")
6
  st.write(user_input)
 
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_input("Enter your Prompt here:", "")
6
  st.write(user_input)