Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
Β·
7e838a1
1
Parent(s):
0715e8c
Update app file
Browse files
app.py
CHANGED
@@ -4,10 +4,7 @@ import pandas as pd
|
|
4 |
data_df = pd.DataFrame(
|
5 |
{
|
6 |
"apps": [
|
7 |
-
"https://
|
8 |
-
"https://storage.googleapis.com/s4a-prod-share-preview/default/st_app_screenshot_image/ef9a7627-13f2-47e5-8f65-3f69bb38a5c2/Home_Page.png",
|
9 |
-
"https://storage.googleapis.com/s4a-prod-share-preview/default/st_app_screenshot_image/31b99099-8eae-4ff8-aa89-042895ed3843/Home_Page.png",
|
10 |
-
"https://storage.googleapis.com/s4a-prod-share-preview/default/st_app_screenshot_image/6a399b09-241e-4ae7-a31f-7640dc1d181e/Home_Page.png",
|
11 |
],
|
12 |
}
|
13 |
)
|
@@ -33,7 +30,7 @@ with col2:
|
|
33 |
3) Press to Perform Inference π
|
34 |
4) Visualize Model Predictions π
|
35 |
'''
|
36 |
-
|
37 |
|
38 |
st.data_editor(
|
39 |
data_df,
|
|
|
4 |
data_df = pd.DataFrame(
|
5 |
{
|
6 |
"apps": [
|
7 |
+
"https://d1afc1j4569hs1.cloudfront.net/Autobahn.jpeg",
|
|
|
|
|
|
|
8 |
],
|
9 |
}
|
10 |
)
|
|
|
30 |
3) Press to Perform Inference π
|
31 |
4) Visualize Model Predictions π
|
32 |
'''
|
33 |
+
)
|
34 |
|
35 |
st.data_editor(
|
36 |
data_df,
|