Prageeth-1 commited on
Commit
800425b
·
verified ·
1 Parent(s): 64b701e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -138,7 +138,7 @@ st.markdown("""
138
  """, unsafe_allow_html=True)
139
 
140
  # Create tabs for different functionalities
141
- tab1, tab2, tab3 = st.tabs(["News Classification", "Q&A Pipeline", "Advanced Features"])
142
 
143
  with tab1:
144
  st.markdown('<div class="card">', unsafe_allow_html=True)
@@ -232,7 +232,7 @@ with tab1:
232
 
233
  with tab2:
234
  st.markdown('<div class="card">', unsafe_allow_html=True)
235
- st.header("Question Answering Pipeline")
236
  st.write("Ask questions about news content and get answers from our AI model.")
237
 
238
  if uploaded_file is not None:
 
138
  """, unsafe_allow_html=True)
139
 
140
  # Create tabs for different functionalities
141
+ tab1, tab2, tab3 = st.tabs(["News Classification", "Ask Questions", "Advanced Features"])
142
 
143
  with tab1:
144
  st.markdown('<div class="card">', unsafe_allow_html=True)
 
232
 
233
  with tab2:
234
  st.markdown('<div class="card">', unsafe_allow_html=True)
235
+ st.header("Ask Questions Based on Uploaded News Content File")
236
  st.write("Ask questions about news content and get answers from our AI model.")
237
 
238
  if uploaded_file is not None: