TobDeBer commited on
Commit
418f2fe
·
1 Parent(s): e437d64
Files changed (2) hide show
  1. app.py +1 -1
  2. app_head.html +0 -16
app.py CHANGED
@@ -118,7 +118,7 @@ max_new_tokens_slider = gr.Slider(
118
  )
119
  chat_interface_accordion = gr.Accordion(label="Advanced Settings", open=False)
120
 
121
- with gr.Blocks(fill_height=True, css_paths=css_file_path, head_paths=head_file_path, theme=theme, title=TITLE) as demo:
122
  gr.HTML(f"<h1>{TITLE}</h1>", elem_classes=["gr_title"])
123
  gr.HTML(DESCRIPTION)
124
  chat_interface = gr.ChatInterface(
 
118
  )
119
  chat_interface_accordion = gr.Accordion(label="Advanced Settings", open=False)
120
 
121
+ with gr.Blocks(fill_height=True, css_paths=css_file_path, theme=theme, title=TITLE) as demo:
122
  gr.HTML(f"<h1>{TITLE}</h1>", elem_classes=["gr_title"])
123
  gr.HTML(DESCRIPTION)
124
  chat_interface = gr.ChatInterface(
app_head.html DELETED
@@ -1,16 +0,0 @@
1
- <link
2
- rel="stylesheet"
3
- href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
4
- />
5
- <script
6
- async
7
- src="https://www.googletagmanager.com/gtag/js?id=G-C6LFT227RC"
8
- ></script>
9
- <script>
10
- window.dataLayer = window.dataLayer || [];
11
- function gtag() {
12
- dataLayer.push(arguments);
13
- }
14
- gtag("js", new Date());
15
- gtag("config", "G-C6LFT227RC");
16
- </script>