Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
100 |
with gr.Blocks() as demo:
|
101 |
# Add header title and description
|
102 |
gr.Markdown("# List of Request Numbers")
|
103 |
-
gr.Markdown("
|
104 |
gr.Markdown("# Valid License Plate Number Criteria:")
|
105 |
gr.Markdown("(1-2 letter) (4 numbers) (1-3 letters)")
|
106 |
# gr.Markdown("This is a demo chat interface where you can ask questions and receive responses.")
|
|
|
100 |
with gr.Blocks() as demo:
|
101 |
# Add header title and description
|
102 |
gr.Markdown("# List of Request Numbers")
|
103 |
+
gr.Markdown("<br>".join(codes))
|
104 |
gr.Markdown("# Valid License Plate Number Criteria:")
|
105 |
gr.Markdown("(1-2 letter) (4 numbers) (1-3 letters)")
|
106 |
# gr.Markdown("This is a demo chat interface where you can ask questions and receive responses.")
|