Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,7 +158,7 @@ def create_qna_interface():
|
|
| 158 |
print("🎨 Setting up UI components...")
|
| 159 |
|
| 160 |
# Enhanced Custom CSS for modern, professional styling
|
| 161 |
-
custom_css =
|
| 162 |
/* Import Google Fonts */
|
| 163 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');
|
| 164 |
|
|
@@ -697,13 +697,13 @@ def create_qna_interface():
|
|
| 697 |
--bg-light: #1a202c;
|
| 698 |
}
|
| 699 |
}
|
| 700 |
-
|
| 701 |
|
| 702 |
with gr.Blocks(css=custom_css, title="GAIA Agent - Q&A Chatbot", theme=gr.themes.Soft()) as demo:
|
| 703 |
# Header with enhanced styling
|
| 704 |
with gr.Row(elem_classes="main-content"):
|
| 705 |
gr.Markdown(
|
| 706 |
-
|
| 707 |
<h1 align="center">🤖 GAIA Agent - Advanced Q&A Chatbot</h1>
|
| 708 |
|
| 709 |
Welcome to the **GAIA Agent Q&A interface**! Ask me anything and I'll help you find the answer using my various tools and capabilities.
|
|
@@ -742,7 +742,7 @@ def create_qna_interface():
|
|
| 742 |
</div>
|
| 743 |
|
| 744 |
---
|
| 745 |
-
|
| 746 |
)
|
| 747 |
|
| 748 |
# Chat interface with enhanced styling
|
|
|
|
| 158 |
print("🎨 Setting up UI components...")
|
| 159 |
|
| 160 |
# Enhanced Custom CSS for modern, professional styling
|
| 161 |
+
custom_css =
|
| 162 |
/* Import Google Fonts */
|
| 163 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');
|
| 164 |
|
|
|
|
| 697 |
--bg-light: #1a202c;
|
| 698 |
}
|
| 699 |
}
|
| 700 |
+
|
| 701 |
|
| 702 |
with gr.Blocks(css=custom_css, title="GAIA Agent - Q&A Chatbot", theme=gr.themes.Soft()) as demo:
|
| 703 |
# Header with enhanced styling
|
| 704 |
with gr.Row(elem_classes="main-content"):
|
| 705 |
gr.Markdown(
|
| 706 |
+
|
| 707 |
<h1 align="center">🤖 GAIA Agent - Advanced Q&A Chatbot</h1>
|
| 708 |
|
| 709 |
Welcome to the **GAIA Agent Q&A interface**! Ask me anything and I'll help you find the answer using my various tools and capabilities.
|
|
|
|
| 742 |
</div>
|
| 743 |
|
| 744 |
---
|
| 745 |
+
|
| 746 |
)
|
| 747 |
|
| 748 |
# Chat interface with enhanced styling
|