acecalisto3 commited on
Commit
1cb1a65
·
verified ·
1 Parent(s): 8aa4076

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ custom_css = """
236
 
237
  def create_gradio_interface():
238
  """Create and configure Gradio interface with custom styling"""
239
- bot = GitHub Bot()
240
 
241
  with gr.Blocks(css=custom_css, theme=gr.themes.Base()) as demo:
242
  gr.HTML("""
 
236
 
237
  def create_gradio_interface():
238
  """Create and configure Gradio interface with custom styling"""
239
+ bot = GitHubBot()
240
 
241
  with gr.Blocks(css=custom_css, theme=gr.themes.Base()) as demo:
242
  gr.HTML("""