Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
import streamlit as st
|
|
|
|
|
|
|
|
|
2 |
import pandas as pd
|
3 |
|
4 |
import os
|
@@ -1971,10 +1975,7 @@ def idea_generator_app():
|
|
1971 |
if "language" not in st.session_state:
|
1972 |
st.session_state["language"] = "English" # default
|
1973 |
|
1974 |
-
|
1975 |
-
page_title="Ilúvatar: Creative Design & Invention AI",
|
1976 |
-
layout="wide"
|
1977 |
-
)
|
1978 |
|
1979 |
st.title("Ilúvatar: Creative Design & Invention AI")
|
1980 |
st.caption("This system autonomously collects and analyzes big data to propose complex design/invention ideas.")
|
|
|
1 |
import streamlit as st
|
2 |
+
st.set_page_config(
|
3 |
+
page_title="Ilúvatar: Creative Design & Invention AI",
|
4 |
+
layout="wide"
|
5 |
+
)
|
6 |
import pandas as pd
|
7 |
|
8 |
import os
|
|
|
1975 |
if "language" not in st.session_state:
|
1976 |
st.session_state["language"] = "English" # default
|
1977 |
|
1978 |
+
|
|
|
|
|
|
|
1979 |
|
1980 |
st.title("Ilúvatar: Creative Design & Invention AI")
|
1981 |
st.caption("This system autonomously collects and analyzes big data to propose complex design/invention ideas.")
|