Spaces:
Runtime error
Runtime error
christopher
commited on
Commit
β’
4766680
1
Parent(s):
8f8fa63
Update app.py
Browse files
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.
|
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 |
|