Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -168,8 +168,8 @@ Write like the stakes are real. Because they are.
|
|
168 |
|
169 |
# Create Gradio interface
|
170 |
with gr.Blocks() as demo:
|
171 |
-
gr.Markdown("#
|
172 |
-
gr.Markdown("
|
173 |
|
174 |
chatbot = gr.Chatbot(height=600)
|
175 |
with gr.Row():
|
|
|
168 |
|
169 |
# Create Gradio interface
|
170 |
with gr.Blocks() as demo:
|
171 |
+
gr.Markdown("# Rag Bot AI - LLM")
|
172 |
+
gr.Markdown("")
|
173 |
|
174 |
chatbot = gr.Chatbot(height=600)
|
175 |
with gr.Row():
|