davila7 commited on
Commit
ae2086d
·
1 Parent(s): a8211d3
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,7 +48,8 @@ with tab2:
48
  with col1:
49
  api_provider = st.radio("Select an API Provider:", ("Huggingface", "Torch Hub", "TensorFlow Hub"))
50
  with col2:
51
- input = st.text_input("Ask here: (Example: I would like to translate from English to French.)")
 
52
 
53
  if api_provider and input:
54
  if st.button("Run Gorilla"):
 
48
  with col1:
49
  api_provider = st.radio("Select an API Provider:", ("Huggingface", "Torch Hub", "TensorFlow Hub"))
50
  with col2:
51
+ input = st.text_input("Ask here:")
52
+ st.write("Example: I would like to translate from English to French.")
53
 
54
  if api_provider and input:
55
  if st.button("Run Gorilla"):