Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ examples = [
|
|
82 |
with gr.Blocks() as demo:
|
83 |
gr.Markdown(title)
|
84 |
gr.Markdown(description)
|
85 |
-
gr.Markdown(
|
86 |
|
87 |
with gr.Row():
|
88 |
with gr.Column():
|
|
|
82 |
with gr.Blocks() as demo:
|
83 |
gr.Markdown(title)
|
84 |
gr.Markdown(description)
|
85 |
+
gr.Markdown(join_us)
|
86 |
|
87 |
with gr.Row():
|
88 |
with gr.Column():
|