subhankarfynd commited on
Commit
c03c6ef
Β·
1 Parent(s): b7ac1cb

Update pages/3_πŸ“ˆ_Question_And_Answering.py

Browse files
pages/3_πŸ“ˆ_Question_And_Answering.py CHANGED
@@ -1,9 +1,10 @@
1
  import streamlit as st
2
  import json
3
  import requests
 
4
 
5
  st.set_page_config(page_title="Question And Answering", page_icon="πŸ“Š")
6
-
7
  st.markdown("# Question and Answering")
8
  st.sidebar.header("Question and Answering")
9
 
 
1
  import streamlit as st
2
  import json
3
  import requests
4
+ from utils import add_logo
5
 
6
  st.set_page_config(page_title="Question And Answering", page_icon="πŸ“Š")
7
+ add_logo("cml_logo.png")
8
  st.markdown("# Question and Answering")
9
  st.sidebar.header("Question and Answering")
10