bupa1018 commited on
Commit
db55a82
·
verified ·
1 Parent(s): e204410

Update app.py

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