Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ with gr.Blocks(title="Thai Clinical Conversation De-identification") as demo:
|
|
| 95 |
with gr.Row():
|
| 96 |
gr.Column(scale=1) # Left spacer
|
| 97 |
gr.Image(
|
| 98 |
-
value="
|
| 99 |
width=200, # Set a smaller width for the image
|
| 100 |
show_label=False,
|
| 101 |
container=False # Prevent the image from being wrapped in a default Gradio container
|
|
|
|
| 95 |
with gr.Row():
|
| 96 |
gr.Column(scale=1) # Left spacer
|
| 97 |
gr.Image(
|
| 98 |
+
value="mascot-image-landscape.png", # Replace with your image URL/path
|
| 99 |
width=200, # Set a smaller width for the image
|
| 100 |
show_label=False,
|
| 101 |
container=False # Prevent the image from being wrapped in a default Gradio container
|