Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks(title="SpecX", css=css, theme=gr.themes.Soft()) as demo:
|
|
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="
|
172 |
with gr.Row():
|
173 |
with gr.Column():
|
174 |
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="1700" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>""")
|
172 |
with gr.Row():
|
173 |
with gr.Column():
|
174 |
textmd1 = gr.Markdown('''
|