Spaces:
Running
Running
Commit
Β·
633033e
1
Parent(s):
3157f2b
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import streamlit as st
|
3 |
from tf_coder.value_search import colab_interface, value_search_settings
|
4 |
from streamlit_ace import st_ace
|
5 |
-
st.set_page_config(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.")
|
|
|
2 |
import streamlit as st
|
3 |
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.")
|