bupa1018 commited on
Commit
831abbd
·
1 Parent(s): 086cb2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -461,10 +461,10 @@ def bot_kadi(history):
461
 
462
  def main():
463
  with gr.Blocks() as demo:
464
- gr.Markdown("## Kadi4Mat - AI Chat-Bot")
465
- gr.Markdown("AI assistant for Kadi4Mat based on RAG architecture powered by LLM")
466
 
467
- with gr.Tab("Kadi4Mat - 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)
 
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)