lailaelkoussy commited on
Commit
9cd1f53
·
1 Parent(s): 211037a

debug theme parameter

Browse files
Files changed (1) hide show
  1. smolagent_chat.py +1 -1
smolagent_chat.py CHANGED
@@ -277,7 +277,7 @@ class KnowledgeGraphChatAgent:
277
  def create_gradio_interface(agent: KnowledgeGraphChatAgent):
278
  """Create the Gradio chat interface with model configuration."""
279
 
280
- with gr.Blocks(title="🤗 Transformers Q&A Agent", theme=gr.themes.Soft()) as demo:
281
 
282
  # ==================== INITIALIZATION SECTION ====================
283
  with gr.Column(visible=not agent.is_ready()) as init_section:
 
277
  def create_gradio_interface(agent: KnowledgeGraphChatAgent):
278
  """Create the Gradio chat interface with model configuration."""
279
 
280
+ with gr.Blocks(title="🤗 Transformers Q&A Agent") as demo:
281
 
282
  # ==================== INITIALIZATION SECTION ====================
283
  with gr.Column(visible=not agent.is_ready()) as init_section: