Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ THEMES = ["Neon", "Cyberpunk", "Solarized", "Dracula", "Monokai"]
|
|
11 |
|
12 |
# Streamlit UI Config
|
13 |
st.set_page_config(
|
14 |
-
page_title="
|
15 |
page_icon="✨",
|
16 |
layout="wide",
|
17 |
initial_sidebar_state="expanded"
|
@@ -132,7 +132,7 @@ def main():
|
|
132 |
inject_custom_css(selected_theme)
|
133 |
|
134 |
# Main content
|
135 |
-
st.title("
|
136 |
st.caption("Generate production-ready code in multiple languages with a single click")
|
137 |
|
138 |
col1, col2 = st.columns([4, 1])
|
|
|
11 |
|
12 |
# Streamlit UI Config
|
13 |
st.set_page_config(
|
14 |
+
page_title="AstraCode",
|
15 |
page_icon="✨",
|
16 |
layout="wide",
|
17 |
initial_sidebar_state="expanded"
|
|
|
132 |
inject_custom_css(selected_theme)
|
133 |
|
134 |
# Main content
|
135 |
+
st.title("AstraCode")
|
136 |
st.caption("Generate production-ready code in multiple languages with a single click")
|
137 |
|
138 |
col1, col2 = st.columns([4, 1])
|