Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
change readme
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🧐
|
4 |
colorFrom: yellow
|
5 |
colorTo: gray
|
|
|
1 |
---
|
2 |
+
title: EUDR Assistant
|
3 |
emoji: 🧐
|
4 |
colorFrom: yellow
|
5 |
colorTo: gray
|
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import time
|
3 |
from uuid import uuid4
|
4 |
|
5 |
-
# Sample questions for examples
|
6 |
SAMPLE_QUESTIONS = {
|
7 |
"Deforestation Analysis": [
|
8 |
"What are the main deforestation hotspots in Ecuador?",
|
|
|
2 |
import time
|
3 |
from uuid import uuid4
|
4 |
|
5 |
+
# Sample questions for examples
|
6 |
SAMPLE_QUESTIONS = {
|
7 |
"Deforestation Analysis": [
|
8 |
"What are the main deforestation hotspots in Ecuador?",
|