awacke1 commited on
Commit
9364fa6
·
verified ·
1 Parent(s): 03d5013

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -5,6 +5,8 @@ import gradio as gr
5
  import yaml
6
  import fuego
7
 
 
 
8
 
9
  description = """
10
  ### 🌟 **App Overview** 🌟
@@ -102,7 +104,7 @@ def fuego_github_run_wrapper(
102
  output_message = gr.Markdown("", visible=False)
103
 
104
  with gr.Blocks(css="style.css") as demo:
105
- gr.Markdown("### 🔥Fuego🔥 💻🌟 AutoMagiGit 🌟💻 - Unleashing the Power of GitHub Automation!")
106
  gr.Markdown(description)
107
  with gr.Accordion("👀 More Details (Hardware Pricing, How it Works, and FAQ)", open=False):
108
  gr.Markdown(additional_info)
 
5
  import yaml
6
  import fuego
7
 
8
+ title=""""### 🔥Fuego🔥 💻🌟 AutoMagiGit 🌟💻 - Unleashing the Power of GitHub Automation!
9
+ """
10
 
11
  description = """
12
  ### 🌟 **App Overview** 🌟
 
104
  output_message = gr.Markdown("", visible=False)
105
 
106
  with gr.Blocks(css="style.css") as demo:
107
+ gr.Markdown(title)
108
  gr.Markdown(description)
109
  with gr.Accordion("👀 More Details (Hardware Pricing, How it Works, and FAQ)", open=False):
110
  gr.Markdown(additional_info)