Manojajj commited on
Commit
1afe94e
1 Parent(s): 9969cd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -78,10 +78,13 @@ with gr.Blocks(
78
  .gradio-container button:hover {
79
  background-color: #444444;
80
  }
 
 
 
81
  """
82
  ) as demo:
83
- gr.Markdown("# Code Assistant with Qwen2.5-Coder", elem_id="title")
84
- gr.Markdown("Ask me anything about coding! Enter your Hugging Face API key to start.", elem_id="description")
85
 
86
  # Create the input and output interface
87
  with gr.Row():
 
78
  .gradio-container button:hover {
79
  background-color: #444444;
80
  }
81
+ #title, #description {
82
+ color: #ffffff !important;
83
+ }
84
  """
85
  ) as demo:
86
+ gr.Markdown("<h1 id='title'>Code Assistant with Qwen2.5-Coder</h1>")
87
+ gr.Markdown("<p id='description'>Ask me anything about coding! Enter your Hugging Face API key to start.</p>")
88
 
89
  # Create the input and output interface
90
  with gr.Row():