AjayKr09 commited on
Commit
f55a250
·
verified ·
1 Parent(s): 000e94e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ ol = st.selectbox(
21
  )
22
  st.write("You selected:", ol)
23
 
24
- input_text = st.text_area('Input Text', height=300)
25
 
26
  prompt = ChatPromptTemplate.from_messages(
27
  [('system', 'You are a good assistant for translation from {il} to {ol}'),
 
21
  )
22
  st.write("You selected:", ol)
23
 
24
+ input_text = st.text_area('Input Text', height=100)
25
 
26
  prompt = ChatPromptTemplate.from_messages(
27
  [('system', 'You are a good assistant for translation from {il} to {ol}'),