Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
183 |
|
184 |
with gr.Row():
|
185 |
with gr.Column():
|
186 |
-
gr.Markdown("
|
187 |
question = gr.Textbox(label="Your question:", placeholder="What do you want to ask about?")
|
188 |
submit_button = gr.Button("Submit!")
|
189 |
answer = gr.Textbox(label="AI-nswer:", placeholder="AI-nstein will respond here...", interactive=False, lines=10)
|
|
|
183 |
|
184 |
with gr.Row():
|
185 |
with gr.Column():
|
186 |
+
gr.Markdown("\n\n\n\n")
|
187 |
question = gr.Textbox(label="Your question:", placeholder="What do you want to ask about?")
|
188 |
submit_button = gr.Button("Submit!")
|
189 |
answer = gr.Textbox(label="AI-nswer:", placeholder="AI-nstein will respond here...", interactive=False, lines=10)
|