Spaces:
Running
Running
Matthew Schulz
commited on
Commit
·
2ae1c66
1
Parent(s):
470836d
update: readme
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Matthew's
|
| 3 |
colorFrom: blue
|
| 4 |
colorTo: yellow
|
| 5 |
sdk: gradio
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Matthew Schulz's RAG Chatbot
|
| 3 |
colorFrom: blue
|
| 4 |
colorTo: yellow
|
| 5 |
sdk: gradio
|
app.py
CHANGED
|
@@ -192,7 +192,6 @@ demo = gr.ChatInterface(
|
|
| 192 |
["What is Matthew's greatest strength and weakness?"],
|
| 193 |
],
|
| 194 |
save_history=True,
|
| 195 |
-
theme="earneleh/paris",
|
| 196 |
run_examples_on_click=False,
|
| 197 |
cache_examples=False,
|
| 198 |
)
|
|
|
|
| 192 |
["What is Matthew's greatest strength and weakness?"],
|
| 193 |
],
|
| 194 |
save_history=True,
|
|
|
|
| 195 |
run_examples_on_click=False,
|
| 196 |
cache_examples=False,
|
| 197 |
)
|