Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -519,10 +519,9 @@ if __name__ == "__main__":
|
|
519 |
gr.Markdown("Accesses text data from 11,982 unique BAS URLs (6GB [Vector Database](https://huggingface.co/datasets/Mr-Geo/chroma_db/tree/main/) π extracted 02/02/2025) Created with open source technologies: [Gradio](https://gradio.app) for UI π¨, [Hugging Face](https://huggingface.co/) models for embeddings β‘, and [Chroma](https://www.trychroma.com/) as the vector database π»")
|
520 |
model_selector = gr.Dropdown(
|
521 |
choices=[
|
522 |
-
"llama-3.3-70b-versatile",
|
523 |
-
"llama-
|
524 |
-
"
|
525 |
-
"mixtral-8x7b-32768",
|
526 |
"deepseek-r1-distill-llama-70b"
|
527 |
],
|
528 |
value="llama-3.3-70b-versatile",
|
@@ -533,7 +532,7 @@ if __name__ == "__main__":
|
|
533 |
chatbot = gr.Chatbot(height=600, type="messages")
|
534 |
with gr.Row(equal_height=True):
|
535 |
msg = gr.Textbox(
|
536 |
-
placeholder="What would you like to know? Or choose an example question...β",
|
537 |
label="Your question",
|
538 |
show_label=True,
|
539 |
container=True,
|
|
|
519 |
gr.Markdown("Accesses text data from 11,982 unique BAS URLs (6GB [Vector Database](https://huggingface.co/datasets/Mr-Geo/chroma_db/tree/main/) π extracted 02/02/2025) Created with open source technologies: [Gradio](https://gradio.app) for UI π¨, [Hugging Face](https://huggingface.co/) models for embeddings β‘, and [Chroma](https://www.trychroma.com/) as the vector database π»")
|
520 |
model_selector = gr.Dropdown(
|
521 |
choices=[
|
522 |
+
"llama-3.3-70b-versatile",
|
523 |
+
"meta-llama/llama-4-maverick-17b-128e-instruct",
|
524 |
+
"mistral-saba-24b",
|
|
|
525 |
"deepseek-r1-distill-llama-70b"
|
526 |
],
|
527 |
value="llama-3.3-70b-versatile",
|
|
|
532 |
chatbot = gr.Chatbot(height=600, type="messages")
|
533 |
with gr.Row(equal_height=True):
|
534 |
msg = gr.Textbox(
|
535 |
+
placeholder="What would you like to know about BAS? Or choose an example question...β",
|
536 |
label="Your question",
|
537 |
show_label=True,
|
538 |
container=True,
|