Kaushik Rajan commited on
Commit
dc47fd2
·
1 Parent(s): 5eec3d7

Force HF rebuild: Add comment to trigger fresh deployment without theme issues

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -260,6 +260,7 @@ def generate_post_game_analysis(history, winner):
260
  def create_interface():
261
  """Creates the Gradio web interface for the simulator."""
262
 
 
263
  with gr.Blocks(title=TITLE) as demo:
264
  game_env = gr.State(BusinessCompetitionEnv())
265
 
 
260
  def create_interface():
261
  """Creates the Gradio web interface for the simulator."""
262
 
263
+ # Force HF rebuild - theme removed to fix compatibility issues
264
  with gr.Blocks(title=TITLE) as demo:
265
  game_env = gr.State(BusinessCompetitionEnv())
266