Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,7 @@ import gradio as gr
|
|
2 |
import pandas as pd
|
3 |
import numpy as np
|
4 |
from xgboost import Booster, DMatrix
|
5 |
-
|
6 |
-
from bs4 import BeautifulSoup
|
7 |
-
# Base URL for raw GitHub images
|
8 |
-
base_url = "https://raw.githubusercontent.com/RoyaleAPI/cr-api-assets/master/cards/"
|
9 |
|
10 |
# Generating the complete `card_images` dictionary
|
11 |
card_numbers = {
|
|
|
2 |
import pandas as pd
|
3 |
import numpy as np
|
4 |
from xgboost import Booster, DMatrix
|
5 |
+
|
|
|
|
|
|
|
6 |
|
7 |
# Generating the complete `card_images` dictionary
|
8 |
card_numbers = {
|