mgokg commited on
Commit
9177989
·
verified ·
1 Parent(s): e9e82a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ def process_file(file):
67
 
68
  with gr.Blocks(css=custom_css) as demo:
69
  gr.Markdown("### File upload", elem_classes="tab-header")
70
- with gr.Row():
71
- textoutput = gr.Markdown(label="Antwort", elem_id="md", value="#")
72
  with gr.Row():
73
  text_output = gr.Textbox(label="output")
74
  with gr.Row():
 
67
 
68
  with gr.Blocks(css=custom_css) as demo:
69
  gr.Markdown("### File upload", elem_classes="tab-header")
70
+ #with gr.Row():
71
+ #textoutput = gr.Markdown(label="Antwort", elem_id="md", value="#")
72
  with gr.Row():
73
  text_output = gr.Textbox(label="output")
74
  with gr.Row():