Update app.py
Browse files
app.py
CHANGED
@@ -163,6 +163,12 @@ with gr.Blocks(title="SpecX", css=css, theme=gr.themes.Soft()) as demo:
|
|
163 |
<div style="margin: 50px 0;"></div>
|
164 |
|
165 |
''')
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
with gr.Row():
|
167 |
with gr.Column():
|
168 |
textmd1 = gr.Markdown('''
|
|
|
163 |
<div style="margin: 50px 0;"></div>
|
164 |
|
165 |
''')
|
166 |
+
with gr.Column():
|
167 |
+
textmd1 = gr.Markdown('''
|
168 |
+
## Telemedicine Appointment
|
169 |
+
''')
|
170 |
+
with gr.Row():
|
171 |
+
gr.HTML("""<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSerfTGjCtMwHDTRcxKEhbe6u78YR5OjsEFqmFNbuLRu2ocWcw/viewform?embedded=true" width="100%" height="1500" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>""")
|
172 |
with gr.Row():
|
173 |
with gr.Column():
|
174 |
textmd1 = gr.Markdown('''
|