Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,11 @@ welcome_message = """
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
-
|
|
|
|
|
|
|
|
|
118 |
"""
|
119 |
|
120 |
# Setup the Gradio Blocks interface with custom layout components
|
@@ -128,7 +132,7 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
128 |
submit_button = gr.Button("Submit")
|
129 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
130 |
with gr.Column():
|
131 |
-
gr.Markdown(
|
132 |
|
133 |
# with gr.Row():
|
134 |
# with gr.Column():
|
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
+
"""
|
118 |
+
|
119 |
+
pinterest = """
|
120 |
+
<a data-pin-do="embedPin" href="https://www.pinterest.com/pin/891572057472636570/"></a>
|
121 |
+
<script async type="text/javascript" src="https://assets.pinterest.com/js/pinit.js">
|
122 |
"""
|
123 |
|
124 |
# Setup the Gradio Blocks interface with custom layout components
|
|
|
132 |
submit_button = gr.Button("Submit")
|
133 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
134 |
with gr.Column():
|
135 |
+
gr.Markdown(pinterest)
|
136 |
|
137 |
# with gr.Row():
|
138 |
# with gr.Column():
|