Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
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("""
|