Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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", "
|
| 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("
|
| 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:
|