Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
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([])
|