Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,11 +32,11 @@ from xml.etree import ElementTree as ET
|
|
| 32 |
from openai import OpenAI
|
| 33 |
|
| 34 |
# 1. Configuration and Setup
|
| 35 |
-
Site_Name = '
|
| 36 |
-
title = "
|
| 37 |
helpURL = 'https://huggingface.co/awacke1'
|
| 38 |
bugURL = 'https://huggingface.co/spaces/awacke1'
|
| 39 |
-
icons = '
|
| 40 |
|
| 41 |
st.set_page_config(
|
| 42 |
page_title=title,
|
|
@@ -531,7 +531,7 @@ def display_file_manager():
|
|
| 531 |
st.rerun()
|
| 532 |
|
| 533 |
def main():
|
| 534 |
-
st.title("🚲
|
| 535 |
|
| 536 |
# Main navigation
|
| 537 |
tab_main = st.radio("Choose Action:",
|
|
|
|
| 32 |
from openai import OpenAI
|
| 33 |
|
| 34 |
# 1. Configuration and Setup
|
| 35 |
+
Site_Name = '🚲BikeAI🏆 Claude and GPT Multi-Agent Research AI'
|
| 36 |
+
title = "🚲BikeAI🏆 Claude and GPT Multi-Agent Research AI"
|
| 37 |
helpURL = 'https://huggingface.co/awacke1'
|
| 38 |
bugURL = 'https://huggingface.co/spaces/awacke1'
|
| 39 |
+
icons = '🚲🏆'
|
| 40 |
|
| 41 |
st.set_page_config(
|
| 42 |
page_title=title,
|
|
|
|
| 531 |
st.rerun()
|
| 532 |
|
| 533 |
def main():
|
| 534 |
+
st.title("🚲BikeAI🏆 Claude and GPT Multi-Agent Research AI")
|
| 535 |
|
| 536 |
# Main navigation
|
| 537 |
tab_main = st.radio("Choose Action:",
|