jer233 commited on
Commit
e542141
·
verified ·
1 Parent(s): 87a6224

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -33,13 +33,12 @@ def run_test(input_text):
33
 
34
 
35
  css = """
36
- #header { text-align: center; font-size: 2.5em; margin-bottom: 20px; color: #0000FF; font-weight: bold;}
37
  #output-text { font-weight: bold; font-size: 1.2em; border-radius: 10px; padding: 10px; background-color: #f4f4f4;}
38
  .links {
39
  display: flex;
40
  justify-content: flex-end;
41
- gap: 10px;
42
- margin-top: 0px;
43
  margin-right: 10px;
44
  align-items: center;
45
  font-size: 0.9em;
@@ -204,7 +203,7 @@ with gr.Blocks(css=css) as app:
204
  """
205
  )
206
 
207
- with gr.Accordion("Citation", open=True, elem_classes=["accordion"]):
208
  gr.Markdown(
209
  """
210
  ```
 
33
 
34
 
35
  css = """
36
+ #header { text-align: center; font-size: 2.5em; margin-bottom: 20px; color: #black; font-weight: bold;}
37
  #output-text { font-weight: bold; font-size: 1.2em; border-radius: 10px; padding: 10px; background-color: #f4f4f4;}
38
  .links {
39
  display: flex;
40
  justify-content: flex-end;
41
+ gap: 5px;
 
42
  margin-right: 10px;
43
  align-items: center;
44
  font-size: 0.9em;
 
203
  """
204
  )
205
 
206
+ with gr.Accordion("Cite Our Work", open=True, elem_classes=["accordion"]):
207
  gr.Markdown(
208
  """
209
  ```