Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -461,10 +461,10 @@ def bot_kadi(history):
|
|
461 |
|
462 |
def main():
|
463 |
with gr.Blocks() as demo:
|
464 |
-
gr.Markdown("##
|
465 |
-
gr.Markdown("AI assistant for
|
466 |
|
467 |
-
with gr.Tab("
|
468 |
with gr.Row():
|
469 |
with gr.Column(scale=10):
|
470 |
chatbot = gr.Chatbot([], elem_id="chatbot", label="Kadi Bot", bubble_full_width=False, show_copy_button=True, height=600)
|
|
|
461 |
|
462 |
def main():
|
463 |
with gr.Blocks() as demo:
|
464 |
+
gr.Markdown("## KadiAPY - AI Coding-Assistant")
|
465 |
+
gr.Markdown("AI assistant for KadiAPY based on RAG architecture powered by LLM")
|
466 |
|
467 |
+
with gr.Tab("KadiAPY - AI Assistant"):
|
468 |
with gr.Row():
|
469 |
with gr.Column(scale=10):
|
470 |
chatbot = gr.Chatbot([], elem_id="chatbot", label="Kadi Bot", bubble_full_width=False, show_copy_button=True, height=600)
|