Pclanglais commited on
Commit
21e86e4
1 Parent(s): 99104de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ additional_inputs=[
171
 
172
  demo = gr.Blocks()
173
 
174
- with gr.Blocks(theme='gradio/monochrome', css=css) as demo:
175
  gr.HTML("""<h1 style="text-align:center">InaguaLLM</h1>""")
176
  text_input = gr.Textbox(label="Your question", type="text", lines=1)
177
  context_input = gr.Textbox(label="Your context", type="text", lines=1)
 
171
 
172
  demo = gr.Blocks()
173
 
174
+ with gr.Blocks(theme='gradio/monochrome') as demo:
175
  gr.HTML("""<h1 style="text-align:center">InaguaLLM</h1>""")
176
  text_input = gr.Textbox(label="Your question", type="text", lines=1)
177
  context_input = gr.Textbox(label="Your context", type="text", lines=1)