Spaces:
Sleeping
Sleeping
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 |
|