christopher commited on
Commit
86b1f2c
β€’
1 Parent(s): 633033e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from tf_coder.value_search import colab_interface, value_search_settings
4
  from streamlit_ace import st_ace
5
  st.set_page_config(page_title="TensorFlow Coder", page_icon='πŸ‘©β€πŸ’»', layout="wide")
6
 
7
- st.write("<h2>TensorFlow Coder</h2>",unsafe_allow_html=True)
8
  st.write("[TensorFlow Coder](https://github.com/google-research/tensorflow-coder) is a program synthesis tool developed at Google Research by Kensen Shi, David Bieber and Rishabh Singh. It takes an example input-output tensor example and attempts to find the combination of TensorFlow ops that capture that transformation. Please cite the authors' [paper](https://github.com/google-research/tensorflow-coder/blob/master/README.md#citation) if you use their tool in your work. This demo is a work in progress.")
9
 
10
  col1, col2, col3 = st.columns([5, 5, 3])
 
4
  from streamlit_ace import st_ace
5
  st.set_page_config(page_title="TensorFlow Coder", page_icon='πŸ‘©β€πŸ’»', layout="wide")
6
 
7
+ st.write("<center><h2>TensorFlow Coder</h2></center>",unsafe_allow_html=True)
8
  st.write("[TensorFlow Coder](https://github.com/google-research/tensorflow-coder) is a program synthesis tool developed at Google Research by Kensen Shi, David Bieber and Rishabh Singh. It takes an example input-output tensor example and attempts to find the combination of TensorFlow ops that capture that transformation. Please cite the authors' [paper](https://github.com/google-research/tensorflow-coder/blob/master/README.md#citation) if you use their tool in your work. This demo is a work in progress.")
9
 
10
  col1, col2, col3 = st.columns([5, 5, 3])