GiantAnalytics commited on
Commit
cdca3b8
·
verified ·
1 Parent(s): 05e2762

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 by Giant Analytics")
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