mgokg commited on
Commit
428de1b
·
verified ·
1 Parent(s): 154bdd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def process_file(file):
65
  return text
66
  #return [Document(text=text)]
67
 
68
- with gr.Blocks() 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="#")
 
65
  return text
66
  #return [Document(text=text)]
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="#")