robertselvam commited on
Commit
b833576
1 Parent(s): 7e9b9e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ class Resume_Overall:
194
  return file_path.name
195
 
196
  def launch_gradio_interface(self, share: bool = True):
197
- with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as app:
198
  with gr.Tab("Resume"):
199
  with gr.Row():
200
  with gr.Column(elem_id="col-container",scale=0.60):
 
194
  return file_path.name
195
 
196
  def launch_gradio_interface(self, share: bool = True):
197
+ with gr.Blocks(css="style.css",theme='freddyaboulton/test-blue') as app:
198
  with gr.Tab("Resume"):
199
  with gr.Row():
200
  with gr.Column(elem_id="col-container",scale=0.60):