CJ Duan commited on
Commit
9713329
1 Parent(s): fa0b6a5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def greet(name):
17
  # css=""" body { background-color: red } .input_text input { background-color: green } """)
18
 
19
  with gr.Blocks() as demo:
20
- gr.HTML("""<h1 align="center">ChatDulun is Here to Disrupt</h1>""")
21
  with gr.Row().style(equal_height=True):
22
  name = gr.Textbox(label='What You Want ...').style(show_copy_button=True, container=True)
23
  output = gr.Textbox(label='What You Get ...')
 
17
  # css=""" body { background-color: red } .input_text input { background-color: green } """)
18
 
19
  with gr.Blocks() as demo:
20
+ gr.HTML("""<h1 align="center">ChatDulun is Here to Disrupt Incumbent Workflow in HigherED</h1>""")
21
  with gr.Row().style(equal_height=True):
22
  name = gr.Textbox(label='What You Want ...').style(show_copy_button=True, container=True)
23
  output = gr.Textbox(label='What You Get ...')