Update app.py
Browse files
app.py
CHANGED
@@ -114,6 +114,7 @@ welcome_message = """
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
|
|
117 |
"""
|
118 |
|
119 |
# Setup the Gradio Blocks interface with custom layout components
|
@@ -127,7 +128,7 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
127 |
submit_button = gr.Button("Submit")
|
128 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
129 |
with gr.Column():
|
130 |
-
|
131 |
|
132 |
# with gr.Row():
|
133 |
# with gr.Column():
|
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
+
<p> hello </p>
|
118 |
"""
|
119 |
|
120 |
# Setup the Gradio Blocks interface with custom layout components
|
|
|
128 |
submit_button = gr.Button("Submit")
|
129 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
130 |
with gr.Column():
|
131 |
+
gr.Markdown(topics)
|
132 |
|
133 |
# with gr.Row():
|
134 |
# with gr.Column():
|