Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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}'),
|