Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ with gr.Blocks() as asset_tab:
|
|
| 122 |
|
| 123 |
# FIX: Removed type="filepath" and relied on Gradio's static file serving for the value.
|
| 124 |
# This avoids the internal file-moving logic that caused the NotADirectoryError.
|
| 125 |
-
gr.Image(label="Tokenized Asset Visual (DXB-CRE-001)", value="assets/cre_exterior.
|
| 126 |
gr.Dataframe(value=asset_df, label="Asset Metadata")
|
| 127 |
|
| 128 |
|
|
|
|
| 122 |
|
| 123 |
# FIX: Removed type="filepath" and relied on Gradio's static file serving for the value.
|
| 124 |
# This avoids the internal file-moving logic that caused the NotADirectoryError.
|
| 125 |
+
gr.Image(label="Tokenized Asset Visual (DXB-CRE-001)", value="assets/cre_exterior.png")
|
| 126 |
gr.Dataframe(value=asset_df, label="Asset Metadata")
|
| 127 |
|
| 128 |
|