Mykes commited on
Commit
ba13dd7
·
verified ·
1 Parent(s): 0ffcc97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ llm = Llama.from_pretrained(
7
  verbose=False
8
  )
9
 
10
- input_text = st.textarea('text')
11
  if text:
12
  output = llm(
13
  input_text, # Prompt
 
7
  verbose=False
8
  )
9
 
10
+ input_text = st.text_input('text')
11
  if text:
12
  output = llm(
13
  input_text, # Prompt