Harshb11 commited on
Commit
b6d0c37
·
verified ·
1 Parent(s): e7292c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from mca_comment_analyzer_light import MCACommentAnalyzerLight
3
 
4
  st.set_page_config(page_title="MCA Comment Analyzer Light", layout="wide")
5
  st.title("📊 MCA eConsultation Comment Analyzer (Light)")
 
1
  import streamlit as st
2
+ from mca_comment_analyzer import MCACommentAnalyzerLight
3
 
4
  st.set_page_config(page_title="MCA Comment Analyzer Light", layout="wide")
5
  st.title("📊 MCA eConsultation Comment Analyzer (Light)")