Spaces:
Runtime error
Runtime error
Alexander Watson
commited on
Commit
·
f402348
1
Parent(s):
78d62e7
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,6 +84,9 @@ Ready to enhance your AI training data and unlock the full potential of your mod
|
|
| 84 |
def main():
|
| 85 |
st.set_page_config(page_title="Gretel", layout="wide")
|
| 86 |
st.title("🎨 Gretel Navigator: Enhance Your AI Training Data")
|
|
|
|
|
|
|
|
|
|
| 87 |
|
| 88 |
with st.expander("Introduction", expanded=False):
|
| 89 |
st.markdown(WELCOME_MARKDOWN)
|
|
|
|
| 84 |
def main():
|
| 85 |
st.set_page_config(page_title="Gretel", layout="wide")
|
| 86 |
st.title("🎨 Gretel Navigator: Enhance Your AI Training Data")
|
| 87 |
+
st.write(
|
| 88 |
+
"Generate diverse synthetic training data from text or existing datasets to improve the performance and robustness of your AI models."
|
| 89 |
+
)
|
| 90 |
|
| 91 |
with st.expander("Introduction", expanded=False):
|
| 92 |
st.markdown(WELCOME_MARKDOWN)
|