Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ demo = gr.Interface(
|
|
| 34 |
["Fixed an issue with the base image version in Dockerfile"],
|
| 35 |
["Added a new multistage build to optimize Docker image size"],
|
| 36 |
["Updated the Python version in Dockerfile to 3.10"],
|
| 37 |
-
["
|
| 38 |
["Added COPY instruction for configuration files"],
|
| 39 |
],
|
| 40 |
theme="compact", # Optional: A compact Gradio theme
|
|
|
|
| 34 |
["Fixed an issue with the base image version in Dockerfile"],
|
| 35 |
["Added a new multistage build to optimize Docker image size"],
|
| 36 |
["Updated the Python version in Dockerfile to 3.10"],
|
| 37 |
+
["Sort Dockerfile"],
|
| 38 |
["Added COPY instruction for configuration files"],
|
| 39 |
],
|
| 40 |
theme="compact", # Optional: A compact Gradio theme
|