hashirehtisham commited on
Commit
5a6cf32
·
verified ·
1 Parent(s): d8f696f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -217,15 +217,7 @@ with gr.Blocks(css=css) as demo:
217
  4. Answer those questions and submit the response.
218
  5. Get the AI analyzed answer and recommendations and potential career paths!
219
  """)
220
-
221
- # File Upload Tab
222
- with gr.Tab("Upload Data"):
223
- gr.Markdown("# Upload Data of Students Result and Extracurricular Activities")
224
- gr.HTML("<div style='color: green;'>Developed by Hashir Ehtisham</div>")
225
- file_input = gr.File(label="Upload Excel file")
226
- excel_output = gr.Textbox(label="Excel Content")
227
- file_input.change(read_excel, inputs=file_input, outputs=excel_output)
228
-
229
  # Detailed Analysis Tab
230
  with gr.Tab("Detailed Analysis"):
231
  gr.Markdown("# Detailed Analysis")
@@ -273,6 +265,14 @@ with gr.Blocks(css=css) as demo:
273
  )
274
 
275
  clear_career.click(lambda: None, None, chatbot_career, queue=False)
 
 
 
 
 
 
 
 
276
 
277
  # Aptitude Test Tab
278
  with gr.Tab("Aptitude Test"):
 
217
  4. Answer those questions and submit the response.
218
  5. Get the AI analyzed answer and recommendations and potential career paths!
219
  """)
220
+
 
 
 
 
 
 
 
 
221
  # Detailed Analysis Tab
222
  with gr.Tab("Detailed Analysis"):
223
  gr.Markdown("# Detailed Analysis")
 
265
  )
266
 
267
  clear_career.click(lambda: None, None, chatbot_career, queue=False)
268
+
269
+ # File Upload Tab
270
+ with gr.Tab("Upload Data"):
271
+ gr.Markdown("# Upload Data")
272
+ gr.HTML("<div style='color: green;'>Developed by Hashir Ehtisham</div>")
273
+ file_input = gr.File(label="Upload Excel file")
274
+ excel_output = gr.Textbox(label="Excel Content")
275
+ file_input.change(read_excel, inputs=file_input, outputs=excel_output)
276
 
277
  # Aptitude Test Tab
278
  with gr.Tab("Aptitude Test"):