Update src/app.py
Browse files- src/app.py +2 -1
src/app.py
CHANGED
|
@@ -4,7 +4,8 @@ from web_search import search_web
|
|
| 4 |
from deep_research import perform_deep_research
|
| 5 |
import tempfile
|
| 6 |
|
| 7 |
-
st.set_page_config(
|
|
|
|
| 8 |
|
| 9 |
def main():
|
| 10 |
st.title("Chat with AI")
|
|
|
|
| 4 |
from deep_research import perform_deep_research
|
| 5 |
import tempfile
|
| 6 |
|
| 7 |
+
st.set_page_config(page_title="Chat with AI",
|
| 8 |
+
page_icon="🚀",layout="wide")
|
| 9 |
|
| 10 |
def main():
|
| 11 |
st.title("Chat with AI")
|