nkanungo commited on
Commit
decf5fd
·
1 Parent(s): 7450b7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -32,7 +32,7 @@ HTML_TEMPLATE = """
32
  }
33
 
34
  #app-header h1 {
35
- color: #FF0000;
36
  font-size: 2.5em;
37
  margin-bottom: 10px;
38
  }
@@ -93,8 +93,11 @@ HTML_TEMPLATE = """
93
  </div>
94
  <!-- Content -->
95
  <h1>Paragraph Auto Completion like Shakespeare </h1>
96
- <p>Generate dialogue using the intellignece from Shakespeare Dataset .</p>
97
- <p>Model: GPT, Dataset: Tiny Shakespeare, Token limit: User input ,Input Text: User input.</p>
 
 
 
98
  </div>
99
  """
100
  with gr.Blocks(theme=gr.themes.Glass(),css=".gradio-container {background: url('https://github.com/nkanungo/ERAS20/blob/main/images/bg_1.jpg?raw=true')}") as interface:
 
32
  }
33
 
34
  #app-header h1 {
35
+ color: #2986cc;
36
  font-size: 2.5em;
37
  margin-bottom: 10px;
38
  }
 
93
  </div>
94
  <!-- Content -->
95
  <h1>Paragraph Auto Completion like Shakespeare </h1>
96
+ <p>Generate dialogue using the intelligence from Shakespeare Dataset .</p>
97
+ <p>Model: GPT.</p>
98
+ <p>Dataset: Tiny Shakespeare.</p>
99
+ <p>Token limit: User input .</p>
100
+ <p>Input Text: User input.</p>
101
  </div>
102
  """
103
  with gr.Blocks(theme=gr.themes.Glass(),css=".gradio-container {background: url('https://github.com/nkanungo/ERAS20/blob/main/images/bg_1.jpg?raw=true')}") as interface: