leandro commited on
Commit
761dc7e
·
1 Parent(s): 59b2635

initial draft

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ Optimal model/dataset size for training compute and how it translates to trainin
106
  return text, fig
107
 
108
  with gr.Blocks() as demo:
109
- gr.Markdown("# LLM training calculator")
110
 
111
  gr.Markdown("## Training configuration")
112
  with gr.Row():
 
106
  return text, fig
107
 
108
  with gr.Blocks() as demo:
109
+ gr.Markdown("# Train LLMs")
110
 
111
  gr.Markdown("## Training configuration")
112
  with gr.Row():