Spaces:
Runtime error
Runtime error
Fix emoji
Browse files- README.md +1 -1
- app.ipynb +5 -5
- requirements.txt +2 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Llm Landscape
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
|
|
1 |
---
|
2 |
title: Llm Landscape
|
3 |
+
emoji: 🏞️
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
app.ipynb
CHANGED
@@ -370,7 +370,7 @@
|
|
370 |
},
|
371 |
{
|
372 |
"cell_type": "code",
|
373 |
-
"execution_count":
|
374 |
"metadata": {},
|
375 |
"outputs": [],
|
376 |
"source": [
|
@@ -381,7 +381,7 @@
|
|
381 |
},
|
382 |
{
|
383 |
"cell_type": "code",
|
384 |
-
"execution_count":
|
385 |
"metadata": {},
|
386 |
"outputs": [
|
387 |
{
|
@@ -409,7 +409,7 @@
|
|
409 |
"data": {
|
410 |
"text/plain": []
|
411 |
},
|
412 |
-
"execution_count":
|
413 |
"metadata": {},
|
414 |
"output_type": "execute_result"
|
415 |
}
|
@@ -429,7 +429,7 @@
|
|
429 |
},
|
430 |
{
|
431 |
"cell_type": "code",
|
432 |
-
"execution_count":
|
433 |
"metadata": {},
|
434 |
"outputs": [
|
435 |
{
|
@@ -446,7 +446,7 @@
|
|
446 |
},
|
447 |
{
|
448 |
"cell_type": "code",
|
449 |
-
"execution_count":
|
450 |
"metadata": {},
|
451 |
"outputs": [],
|
452 |
"source": [
|
|
|
370 |
},
|
371 |
{
|
372 |
"cell_type": "code",
|
373 |
+
"execution_count": 31,
|
374 |
"metadata": {},
|
375 |
"outputs": [],
|
376 |
"source": [
|
|
|
381 |
},
|
382 |
{
|
383 |
"cell_type": "code",
|
384 |
+
"execution_count": 32,
|
385 |
"metadata": {},
|
386 |
"outputs": [
|
387 |
{
|
|
|
409 |
"data": {
|
410 |
"text/plain": []
|
411 |
},
|
412 |
+
"execution_count": 32,
|
413 |
"metadata": {},
|
414 |
"output_type": "execute_result"
|
415 |
}
|
|
|
429 |
},
|
430 |
{
|
431 |
"cell_type": "code",
|
432 |
+
"execution_count": 33,
|
433 |
"metadata": {},
|
434 |
"outputs": [
|
435 |
{
|
|
|
446 |
},
|
447 |
{
|
448 |
"cell_type": "code",
|
449 |
+
"execution_count": 34,
|
450 |
"metadata": {},
|
451 |
"outputs": [],
|
452 |
"source": [
|
requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
pandas
|
|
|
|
1 |
+
pandas
|
2 |
+
nbdev
|