BhumikaMak commited on
Commit
232b1e9
·
verified ·
1 Parent(s): 46da91d

resolved: intendation error

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -162,12 +162,12 @@ body {
162
 
163
  with gr.Blocks(css=custom_css) as interface:
164
 
165
- gr.HTML("""
166
- <div style="border: 2px solid #a05252; padding: 20px; border-radius: 8px;">
167
- <span style="color: #800000; font-family: 'Papyrus', cursive; font-weight: bold; font-size: 32px;">NeuralVista</span><br><br>
168
- <span style="color: black; font-family: 'Papyrus', cursive; font-size: 18px;">A harmonious framework of tools ☼ designed to illuminate the inner workings of AI.</span>
169
- </div>
170
- """)
171
 
172
  # Default sample
173
  default_sample = "Sample 1"
 
162
 
163
  with gr.Blocks(css=custom_css) as interface:
164
 
165
+ gr.HTML("""
166
+ <div style="border: 2px solid #a05252; padding: 20px; border-radius: 8px;">
167
+ <span style="color: #800000; font-family: 'Papyrus', cursive; font-weight: bold; font-size: 32px;">NeuralVista</span><br><br>
168
+ <span style="color: black; font-family: 'Papyrus', cursive; font-size: 18px;">A harmonious framework of tools ☼ designed to illuminate the inner workings of AI.</span>
169
+ </div>
170
+ """)
171
 
172
  # Default sample
173
  default_sample = "Sample 1"