Benny-Tang commited on
Commit
0a53ad9
·
verified ·
1 Parent(s): 28a042e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpg")
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