christopher commited on
Commit
4766680
β€’
1 Parent(s): 8f8fa63

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("<center><h2>TensorFlow Coder</h2></center>",unsafe_allow_html=True)
8
  st.write('#')
9
  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. Also checkout the TensorFlow [Blog post](https://blog.tensorflow.org/2020/08/introducing-tensorflow-coder-tool.html) for more information and examples.")
10
 
 
4
  from streamlit_ace import st_ace
5
  st.set_page_config(page_title="TensorFlow Coder", page_icon='πŸ‘©β€πŸ’»', layout="wide")
6
 
7
+ st.title("πŸ‘©β€πŸ’» TensorFlow Coder")
8
  st.write('#')
9
  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. Also checkout the TensorFlow [Blog post](https://blog.tensorflow.org/2020/08/introducing-tensorflow-coder-tool.html) for more information and examples.")
10