bupa1018 commited on
Commit
0d12338
·
verified ·
1 Parent(s): 0b12717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def main():
63
 
64
  with gr.Blocks() as demo:
65
  gr.Markdown("## KadiAPY - AI Coding-Assistant")
66
- gr.Markdown("AI assistant for KadiAPY based on RAG architecture powered by LLM")
67
 
68
  # Create a state for session management
69
  chat_history = gr.State([])
 
63
 
64
  with gr.Blocks() as demo:
65
  gr.Markdown("## KadiAPY - AI Coding-Assistant")
66
+ gr.Markdown("AI Coding-Assistnat for KadiAPY based on RAG architecture powered by LLM")
67
 
68
  # Create a state for session management
69
  chat_history = gr.State([])