Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -168,8 +168,7 @@ def main():
|
|
| 168 |
# Right side: Chat interface
|
| 169 |
with gr.Column(scale=4, elem_classes="chat-area"):
|
| 170 |
# Header section
|
| 171 |
-
gr.Markdown("# 🤖 GeekBot")
|
| 172 |
-
gr.Markdown("*Your personal AI*")
|
| 173 |
gr.Markdown("*Enter your documents and start chatting about it. Supports ppt,pdf,txt, etc*")
|
| 174 |
|
| 175 |
# Chat interface - flex to fill available space
|
|
|
|
| 168 |
# Right side: Chat interface
|
| 169 |
with gr.Column(scale=4, elem_classes="chat-area"):
|
| 170 |
# Header section
|
| 171 |
+
gr.Markdown("# 🤖 GeekBot *Your personal AI*")
|
|
|
|
| 172 |
gr.Markdown("*Enter your documents and start chatting about it. Supports ppt,pdf,txt, etc*")
|
| 173 |
|
| 174 |
# Chat interface - flex to fill available space
|