Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,9 +30,9 @@ def save_data_json(data):
|
|
| 30 |
with open(JSON_FILE, "w") as file:
|
| 31 |
json.dump(existing_data, file, indent=4)
|
| 32 |
|
| 33 |
-
# Streamlit UI
|
| 34 |
def main():
|
| 35 |
-
st.title("Visionary AI
|
| 36 |
st.write("Fill in the details to generate an AI-driven business strategy report.")
|
| 37 |
st.write("It uses SOTA (State-of-the-Art) Reasoning Models to provide cutting-edge insights and AI integration strategies.")
|
| 38 |
|
|
|
|
| 30 |
with open(JSON_FILE, "w") as file:
|
| 31 |
json.dump(existing_data, file, indent=4)
|
| 32 |
|
| 33 |
+
# Streamlit UI by Giant Analytics
|
| 34 |
def main():
|
| 35 |
+
st.title("Visionary AI .🔭")
|
| 36 |
st.write("Fill in the details to generate an AI-driven business strategy report.")
|
| 37 |
st.write("It uses SOTA (State-of-the-Art) Reasoning Models to provide cutting-edge insights and AI integration strategies.")
|
| 38 |
|