Divyansh Kushwaha commited on
Commit
34b7458
·
1 Parent(s): 532f012

Streamlit UI updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ if st.button("Generate Summary"):
83
  except Exception as e:
84
  st.error(f"An error occurred: {e}")
85
  else:
86
- st.warning("⚠️ Please enter a company name.")
87
 
88
  if st.button("Download JSON File"):
89
  json_url = f"{BASE_URL}/downloadJson"
 
83
  except Exception as e:
84
  st.error(f"An error occurred: {e}")
85
  else:
86
+ st.warning("Please enter a company name !")
87
 
88
  if st.button("Download JSON File"):
89
  json_url = f"{BASE_URL}/downloadJson"