Shekswess commited on
Commit
7324d20
·
1 Parent(s): e36771a

Visual improvements

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -108,13 +108,15 @@ def ui_main():
108
  css="""
109
  .gradio-container .gr-block {
110
  margin-bottom: 10px;
 
 
111
  }
112
  """,
113
  theme="ParityError/Interstellar",
114
  ) as demo:
115
  gr.Markdown(
116
  """
117
- ![Header Image](./assets/logo_header.png)
118
  <h1>SynthGenAI Dataset Generator</h1>
119
 
120
  ## Overview 🧐
@@ -131,7 +133,7 @@ def ui_main():
131
 
132
  with gr.Row():
133
  hf_token = gr.Textbox(
134
- label="Hugging Face Token",
135
  placeholder="Your HF Token",
136
  type="password",
137
  )
@@ -170,7 +172,7 @@ def ui_main():
170
  placeholder="Additional description",
171
  value="This dataset must be more focused on healthcare implementations of AI, Machine Learning, and Deep Learning.",
172
  )
173
- num_entries = gr.Number(label="Number of Entries", value=1000)
174
 
175
  with gr.Row():
176
  hf_repo_name = gr.Textbox(
 
108
  css="""
109
  .gradio-container .gr-block {
110
  margin-bottom: 10px;
111
+ margin-left: 5px;
112
+ margin-right: 5px;
113
  }
114
  """,
115
  theme="ParityError/Interstellar",
116
  ) as demo:
117
  gr.Markdown(
118
  """
119
+ ![Header Image](assets/logo_header.png)
120
  <h1>SynthGenAI Dataset Generator</h1>
121
 
122
  ## Overview 🧐
 
133
 
134
  with gr.Row():
135
  hf_token = gr.Textbox(
136
+ label="Hugging Face Token to Save Dataset",
137
  placeholder="Your HF Token",
138
  type="password",
139
  )
 
172
  placeholder="Additional description",
173
  value="This dataset must be more focused on healthcare implementations of AI, Machine Learning, and Deep Learning.",
174
  )
175
+ num_entries = gr.Number(label="Number of Entries To Generated", value=1000)
176
 
177
  with gr.Row():
178
  hf_repo_name = gr.Textbox(